html5-infobeamer-dhcp/assets/css/custom/styles/_clock.scss

23 lines
298 B
SCSS

#clock {
position: relative;
top: 0px;
left: 0px;
width: $full-width;
height: $full-height;
overflow: hidden;
z-index: 1000;
}
.clock {
position: absolute;
top: 240px;
left: 1144px;
font-family: "uroob";
font-weight: 600;
font-size: 80px;
}