From d960fdcfb79caf257fed6b68cc169a785003d965 Mon Sep 17 00:00:00 2001 From: crupest Date: Mon, 21 Dec 2020 17:33:16 +0800 Subject: ... --- FrontEnd/src/app/index.sass | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'FrontEnd/src/app/index.sass') 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 -- cgit v1.2.3