theme: Adjust unlock screen clock fonts

Designers plz help
This commit is contained in:
Georges Basile Stavracas Neto 2019-10-07 15:31:46 -03:00
parent c9e2afcf65
commit 9aa9431a32

View File

@ -2071,21 +2071,20 @@ $_screenshield_shadow: 0px 0px 6px rgba(0, 0, 0, 0.726);
.screen-shield-clock {
color: white;
text-shadow: $_screenshield_shadow;
font-weight: bold;
font-weight: 300;
text-align: center;
padding-bottom: 1.5em;
padding-bottom: 2.5em;
}
.screen-shield-clock-time {
font-size: 72pt;
text-shadow: $_screenshield_shadow;
padding-bottom: 24px;
font-feature-settings: "tnum";
}
.screen-shield-clock-date {
font-size: 28pt;
font-weight: normal;
font-size: 24pt;
font-weight: bold;
}
.screen-shield-notifications-container {