diff options
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
|