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 { .screen-shield-clock {
color: white; color: white;
text-shadow: $_screenshield_shadow; font-weight: 300;
font-weight: bold;
text-align: center; text-align: center;
padding-bottom: 1.5em; padding-bottom: 2.5em;
} }
.screen-shield-clock-time { .screen-shield-clock-time {
font-size: 72pt; font-size: 72pt;
text-shadow: $_screenshield_shadow; padding-bottom: 24px;
font-feature-settings: "tnum"; font-feature-settings: "tnum";
} }
.screen-shield-clock-date { .screen-shield-clock-date {
font-size: 28pt; font-size: 24pt;
font-weight: normal; font-weight: bold;
} }
.screen-shield-notifications-container { .screen-shield-notifications-container {