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:
parent
6da223ef3d
commit
083ea7d3a6
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue