diff options
author | crupest <crupest@outlook.com> | 2020-07-31 00:57:22 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2020-07-31 00:57:22 +0800 |
commit | 28aae259f0cdb774e72a2ecf79e3addfe0db990a (patch) | |
tree | de685bcf009c77013a41331bf58ffde18c5ddfa0 /Timeline/ClientApp/src/app/timeline/timeline.sass | |
parent | e408d62889f8eab4603f1d14bd650aea066cd00c (diff) | |
download | timeline-28aae259f0cdb774e72a2ecf79e3addfe0db990a.tar.gz timeline-28aae259f0cdb774e72a2ecf79e3addfe0db990a.tar.bz2 timeline-28aae259f0cdb774e72a2ecf79e3addfe0db990a.zip |
Add sync state badge.
Diffstat (limited to 'Timeline/ClientApp/src/app/timeline/timeline.sass')
-rw-r--r-- | Timeline/ClientApp/src/app/timeline/timeline.sass | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Timeline/ClientApp/src/app/timeline/timeline.sass b/Timeline/ClientApp/src/app/timeline/timeline.sass index 4f69295b..b224e973 100644 --- a/Timeline/ClientApp/src/app/timeline/timeline.sass +++ b/Timeline/ClientApp/src/app/timeline/timeline.sass @@ -1,5 +1,11 @@ @use 'sass:color'
+.timeline
+ display: flex
+ flex-direction: column
+ z-index: 0
+ position: relative
+
@keyframes timeline-enter-animation-mask-animation
to
height: 0
|