mirror of
https://github.com/VTECRM/vtenext.git
synced 2026-02-26 16:18:47 +00:00
75 lines
1.1 KiB
SCSS
75 lines
1.1 KiB
SCSS
/*************************************
|
|
* SPDX-FileCopyrightText: 2009-2020 Vtenext S.r.l. <info@vtenext.com>
|
|
* SPDX-License-Identifier: AGPL-3.0-only
|
|
************************************/
|
|
|
|
/* Clock */
|
|
|
|
.citystyle {
|
|
position: relative;
|
|
top: 0px;
|
|
left: 0px;
|
|
text-align: left;
|
|
}
|
|
|
|
#theClockLayer {
|
|
position: relative;
|
|
height: 180px;
|
|
left: 20px;
|
|
text-align: center;
|
|
}
|
|
|
|
.handsanddotsstyle {
|
|
margin-top: 10px;
|
|
position: absolute;
|
|
top: 0px;
|
|
left: 0px;
|
|
width: 2px;
|
|
height: 2px;
|
|
font-size: 2px;
|
|
background-color: $black;
|
|
}
|
|
|
|
.facestyle {
|
|
margin-top: 10px;
|
|
position: absolute;
|
|
top: 0px;
|
|
left: 0px;
|
|
width: 15px;
|
|
height: 15px;
|
|
text-align: center;
|
|
font-size: 10px;
|
|
color: $vte-text;
|
|
}
|
|
|
|
.datestyle {
|
|
margin-top: 20px;
|
|
position: absolute;
|
|
top: 0px;
|
|
left: 0px;
|
|
width: 100px;
|
|
text-align: center;
|
|
font-size: 10px;
|
|
color: $vte-text;
|
|
}
|
|
|
|
.ampmstyle {
|
|
margin-top: 23px;
|
|
position: absolute;
|
|
top: 0px;
|
|
left: 0px;
|
|
width: 20px;
|
|
text-align: center;
|
|
font-size: 10px;
|
|
color: $vte-text;
|
|
}
|
|
|
|
#wclock {
|
|
position: absolute;
|
|
left: 100px;
|
|
top: 100px;
|
|
display: none;
|
|
background-color: $grey-400;
|
|
width: 175px;
|
|
}
|