diff options
author | crupest <crupest@outlook.com> | 2020-12-21 17:33:16 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2020-12-21 17:33:16 +0800 |
commit | d960fdcfb79caf257fed6b68cc169a785003d965 (patch) | |
tree | 5aa5aaae61c2d179ae04bb026571e0028662d835 /FrontEnd/src/app/index.sass | |
parent | caa9d638c8167a54e19344e6e4cea99da2b031ef (diff) | |
download | timeline-d960fdcfb79caf257fed6b68cc169a785003d965.tar.gz timeline-d960fdcfb79caf257fed6b68cc169a785003d965.tar.bz2 timeline-d960fdcfb79caf257fed6b68cc169a785003d965.zip |
...
Diffstat (limited to 'FrontEnd/src/app/index.sass')
-rw-r--r-- | FrontEnd/src/app/index.sass | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/FrontEnd/src/app/index.sass b/FrontEnd/src/app/index.sass index 6325895a..ae315715 100644 --- a/FrontEnd/src/app/index.sass +++ b/FrontEnd/src/app/index.sass @@ -34,10 +34,12 @@ small width: 40px
.icon-button
- font-size: 1.4em
+ width: 1.4em
+ height: 1.4em
cursor: pointer
&.large
- font-size: 1.6em
+ width: 1.6em
+ height: 1.6em
.cursor-pointer
cursor: pointer
@@ -69,6 +71,9 @@ textarea .text-orange
color: $orange
+.text-yellow
+ color: $yellow
+
@each $color, $value in $theme-colors
.text-button
background: transparent
|