Code Review
/
apps
/
html5-mixer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
b249cf2
)
BUGFIX Correct wrong size on scss
author
Humberto Alfonso Díaz
<humberto.alfonso@asvito.es>
Tue, 9 Jul 2019 12:30:26 +0000
(14:30 +0200)
committer
Lorenzo Tilve
<ltilve@igalia.com>
Tue, 4 Feb 2020 08:42:15 +0000
(09:42 +0100)
src/styles/main.scss
patch
|
blob
|
history
diff --git
a/src/styles/main.scss
b/src/styles/main.scss
index
660fb92
..
6c3ed5a
100644
(file)
--- 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:
48
0px;
+ height:
24
0px;
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%;
}