1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/web/ synced 2025-03-09 00:00:01 +01:00

gauge widget: font sizes (still not responsive)

This commit is contained in:
Ricardo Hernandez-Montoya 2017-04-03 16:29:36 +02:00
parent 6da223ef3d
commit 083ea7d3a6

View file

@ -217,7 +217,7 @@ input[type=range]::-ms-thumb {
.gauge-unit {
position: absolute;
width: 100%;
font-size: large;
font-size: 1.0em;
bottom: 25%;
text-align: center;
}
@ -226,7 +226,7 @@ input[type=range]::-ms-thumb {
position: absolute;
width: 100%;
font-weight: bold;
font-size: xx-large;
font-size: 1.5em;
bottom: 10%;
text-align: center;
}