Adjust analog clock label positioning and scaling
This commit is contained in:
parent
0b79476e30
commit
ccb018b3b2
@ -412,17 +412,21 @@
|
|||||||
|
|
||||||
.clock-label {
|
.clock-label {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
bottom: 12%;
|
top: 8%;
|
||||||
left: 50%;
|
left: 50%;
|
||||||
transform: translateX(-50%);
|
transform: translateX(-50%);
|
||||||
font-family: 'Great Vibes', cursive;
|
font-family: 'Great Vibes', cursive;
|
||||||
font-size: 1.4em;
|
font-size: 2em;
|
||||||
color: #ffaaff;
|
color: #ffaaff;
|
||||||
text-shadow: 0 0 6px rgba(255, 0, 255, 0.6);
|
text-shadow: 0 0 6px rgba(255, 0, 255, 0.6);
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
z-index: 0;
|
z-index: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
body.fullscreen-clock .clock-label {
|
||||||
|
font-size: 3em;
|
||||||
|
}
|
||||||
|
|
||||||
.marker {
|
.marker {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
width: 2em;
|
width: 2em;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user