the-glorious-startpage/css/bars/clock.css
Gerome Matilla c59d1ec0ec
Css (#26)
* add screens css

* separate dir for screens

* separate dir for dashboard and settings

* separate dir for centeredbox and its contents

* move autosuggestion to centeredbox dir

* rename webmenu to webmenuscreen

* fix bugs and errors caused by renaming webmenu

* fix missing dashboard icons

* fix missing weather forecast  icons

* reduced the use of !important

* reduced the use of !important

* reduced the use of !important

* reduced the use of !important

* reduced the use of !important

* reduced the use of !important

* combine bars and panels

* bars css cleanup

* dashboard missing icon fix and css

* decrease the usage of !important

* decrease the usage of important
2020-06-16 13:00:55 +08:00

12 lines
223 B
CSS

#clock {
color: var(--base-color);
font-size: 11pt;
font-family: roboto-bold, sans-serif;
font-weight: 700;
/*Center lock*/
text-align: center;
position: relative;
top: 50%;
transform: translateY(-50%);
}