33 lines
391 B
CSS
33 lines
391 B
CSS
.time {
|
|
font-size: 140;
|
|
font-family: Fabrikat-Bold;
|
|
text-length: 5;
|
|
text-anchor: end;
|
|
x: 0;
|
|
}
|
|
|
|
#mainTime
|
|
{
|
|
fill: white;
|
|
}
|
|
|
|
#overlay {
|
|
display: none;
|
|
}
|
|
|
|
#overlayShadeColor {
|
|
fill: #009688;
|
|
fill: black;
|
|
}
|
|
|
|
.healthTextLabel {
|
|
font-size: 35;
|
|
font-family: Seville-Bold-Condensed;
|
|
text-length: 8;
|
|
text-anchor: end;
|
|
fill: white;
|
|
}
|
|
|
|
#healthTextHrIcon {
|
|
display: none;
|
|
} |