diff options
| author | crupest <crupest@outlook.com> | 2020-11-03 22:56:16 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-11-03 22:56:16 +0800 |
| commit | fc3c2de7b4f431f0edcabb5ead2a2e1aa79d665a (patch) | |
| tree | 92a0f98cde935b5408e5958f8070d1021eb1ef3c /FrontEnd/src/app/views/home/home.sass | |
| parent | f3236eaf28c878db2b45377ac8805b014960c662 (diff) | |
| parent | d308724286d7d34f71490999b656160e439bfc9f (diff) | |
| download | timeline-fc3c2de7b4f431f0edcabb5ead2a2e1aa79d665a.tar.gz timeline-fc3c2de7b4f431f0edcabb5ead2a2e1aa79d665a.tar.bz2 timeline-fc3c2de7b4f431f0edcabb5ead2a2e1aa79d665a.zip | |
Merge pull request #162 from crupest/front
Add timeline title to front end.
Diffstat (limited to 'FrontEnd/src/app/views/home/home.sass')
| -rw-r--r-- | FrontEnd/src/app/views/home/home.sass | 21 |
1 files changed, 13 insertions, 8 deletions
diff --git a/FrontEnd/src/app/views/home/home.sass b/FrontEnd/src/app/views/home/home.sass index 28a2e5f3..0c01019b 100644 --- a/FrontEnd/src/app/views/home/home.sass +++ b/FrontEnd/src/app/views/home/home.sass @@ -1,13 +1,18 @@ -.timeline-board-item
- font-size: 1.1em
- @extend .my-2
- .icon
- height: 1.3em
- @extend .mr-2
-
.timeline-board
@extend .cru-card
@extend .d-flex
@extend .flex-column
- @extend .p-3
+ @extend .py-3
min-height: 200px
+
+.timeline-board-item
+ font-size: 1.1em
+ @extend .px-3
+ @extend .py-2
+ transition: background 0.3s
+ .icon
+ height: 1.3em
+ color: black
+ @extend .mr-2
+ &:hover
+ background: $gray-300
|
