From: Humberto Alfonso Díaz Date: Tue, 9 Jul 2019 12:30:26 +0000 (+0200) Subject: BUGFIX Correct wrong size on scss X-Git-Tag: 8.99.5~13 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=cd79085c5cfe21bb8ff3834b8756daf0184c3e14;p=apps%2Fhtml5-mixer.git BUGFIX Correct wrong size on scss --- diff --git a/src/styles/main.scss b/src/styles/main.scss index 660fb92..6c3ed5a 100644 --- a/src/styles/main.scss +++ b/src/styles/main.scss @@ -128,7 +128,8 @@ body { &.ac, &.auto { .label { - font-size: 5rem; + font-weight: bold; + font-size: 2.5rem; text-align: center; margin-top: -50%; } @@ -189,7 +190,7 @@ body { &.temperatures { .temperatures-container { width: 100%; - height: 480px; + height: 240px; overflow-y: scroll; .temperature { @@ -199,7 +200,8 @@ body { &[enabled='false'] { color: map-get($colors, grey); } - font-size: 10rem; + font-size: 5rem; + font-weight: bold; text-align: center; width: 100%; }