diff options
author | crupest <crupest@outlook.com> | 2020-11-03 22:53:46 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2020-11-03 22:53:46 +0800 |
commit | 82b366ea89342593ec1bcde3441c0f2f06eb4649 (patch) | |
tree | 8bd10736c4cd51ff13b101b90e77d1d09ab4cdfa /FrontEnd | |
parent | 457f4b2141d7380c0521fb2b6132f0bde0cf7315 (diff) | |
download | timeline-82b366ea89342593ec1bcde3441c0f2f06eb4649.tar.gz timeline-82b366ea89342593ec1bcde3441c0f2f06eb4649.tar.bz2 timeline-82b366ea89342593ec1bcde3441c0f2f06eb4649.zip |
feat: Makes card beautiful.
Diffstat (limited to 'FrontEnd')
-rw-r--r-- | FrontEnd/src/app/index.sass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FrontEnd/src/app/index.sass b/FrontEnd/src/app/index.sass index 8e87e4ac..0202e633 100644 --- a/FrontEnd/src/app/index.sass +++ b/FrontEnd/src/app/index.sass @@ -50,9 +50,9 @@ textarea .cru-card
@extend .shadow
@extend .border
- @extend .border-primary
@extend .rounded
@extend .bg-light
+ border-color: $gray-200
.full-viewport-center-child
position: fixed
|