aboutsummaryrefslogtreecommitdiff
path: root/src/components/timeline/timeline.vue
diff options
context:
space:
mode:
authorseven <sjang8762@outlook.com>2019-12-12 08:33:40 +0500
committerseven <sjang8762@outlook.com>2019-12-12 08:33:40 +0500
commit386719b0d03475fb5cab667ce28a5aff354fbc4d (patch)
tree397973d5bf45350b3068925bedcb14d6c800d51a /src/components/timeline/timeline.vue
parente60d9f2d5ae7de753cc9d3e74bd675ec79c9219e (diff)
fix css runtime loading issue
Diffstat (limited to 'src/components/timeline/timeline.vue')
-rw-r--r--src/components/timeline/timeline.vue13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/components/timeline/timeline.vue b/src/components/timeline/timeline.vue
index 93f6f570..a6fba452 100644
--- a/src/components/timeline/timeline.vue
+++ b/src/components/timeline/timeline.vue
@@ -93,17 +93,4 @@
opacity: 1;
}
}
-
-.new-status-notification {
- position:relative;
- margin-top: -1px;
- font-size: 1.1em;
- border-width: 1px 0 0 0;
- border-style: solid;
- border-color: var(--border, $fallback--border);
- padding: 10px;
- z-index: 1;
- background-color: $fallback--fg;
- background-color: var(--panel, $fallback--fg);
-}
</style>