diff options
author | crupest <crupest@outlook.com> | 2020-12-31 21:38:22 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2020-12-31 21:38:22 +0800 |
commit | 681ed22edbe6ead81f7177c956322c8645f77398 (patch) | |
tree | f1b0e12838808396feae84a4d68e23ee4c4cbb81 /FrontEnd/src/app/views/home/home.sass | |
parent | 6016377a737ccbc64f02403ba6d9a22821b28508 (diff) | |
download | timeline-681ed22edbe6ead81f7177c956322c8645f77398.tar.gz timeline-681ed22edbe6ead81f7177c956322c8645f77398.tar.bz2 timeline-681ed22edbe6ead81f7177c956322c8645f77398.zip |
...
Diffstat (limited to 'FrontEnd/src/app/views/home/home.sass')
-rw-r--r-- | FrontEnd/src/app/views/home/home.sass | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/FrontEnd/src/app/views/home/home.sass b/FrontEnd/src/app/views/home/home.sass index 0c01019b..e15441bc 100644 --- a/FrontEnd/src/app/views/home/home.sass +++ b/FrontEnd/src/app/views/home/home.sass @@ -3,13 +3,19 @@ @extend .d-flex
@extend .flex-column
@extend .py-3
+ @extend .px-3
min-height: 200px
+.timeline-board-header
+ display: flex
+ justify-content: space-between
+
.timeline-board-item
font-size: 1.1em
- @extend .px-3
@extend .py-2
transition: background 0.3s
+ display: flex
+ justify-content: space-between
.icon
height: 1.3em
color: black
|