aboutsummaryrefslogtreecommitdiff
path: root/Timeline/ClientApp/src/app/timeline/timeline-ui.sass
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2020-07-31 00:57:22 +0800
committercrupest <crupest@outlook.com>2020-07-31 00:57:22 +0800
commit4d17746be0daff8f566ec102d4d119321cda8c53 (patch)
tree1aa2d67ae16cb2eb2b4524ab8c8d79d1ab09b5a0 /Timeline/ClientApp/src/app/timeline/timeline-ui.sass
parent4e5a42bfb82aacfcc6d2d1be24aaceb73b4b154d (diff)
downloadtimeline-4d17746be0daff8f566ec102d4d119321cda8c53.tar.gz
timeline-4d17746be0daff8f566ec102d4d119321cda8c53.tar.bz2
timeline-4d17746be0daff8f566ec102d4d119321cda8c53.zip
Add sync state badge.
Diffstat (limited to 'Timeline/ClientApp/src/app/timeline/timeline-ui.sass')
-rw-r--r--Timeline/ClientApp/src/app/timeline/timeline-ui.sass18
1 files changed, 18 insertions, 0 deletions
diff --git a/Timeline/ClientApp/src/app/timeline/timeline-ui.sass b/Timeline/ClientApp/src/app/timeline/timeline-ui.sass
index b92327bd..952e4659 100644
--- a/Timeline/ClientApp/src/app/timeline/timeline-ui.sass
+++ b/Timeline/ClientApp/src/app/timeline/timeline-ui.sass
@@ -16,3 +16,21 @@
.timeline-page-top-space
transition: height 0.5s
+.timeline-sync-state-badge
+ position: absolute
+ top: 0
+ right: 0
+ z-index: 1
+ font-size: 0.8em
+ margin-top: 4px
+ padding: 3px 8px
+ border-radius: 5px
+ background: #e8fbff
+
+.timeline-sync-state-badge-pin
+ display: inline-block
+ width: 0.4em
+ height: 0.4em
+ border-radius: 50%
+ vertical-align: middle
+ margin-right: 0.6em