theme: Adjust lock screen clock fonts
These values were decided during the GNOME Shell Hackfest, but they're still subject to changes. https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/872
This commit is contained in:
parent
c20451c2e7
commit
4081b97462
@ -1,23 +1,20 @@
|
|||||||
/* Screen Shield */
|
/* Screen Shield */
|
||||||
|
|
||||||
$_unlockdialog_shadow: 0px 0px 6px rgba(0, 0, 0, 0.726);
|
|
||||||
|
|
||||||
.unlock-dialog-clock {
|
.unlock-dialog-clock {
|
||||||
color: white;
|
color: white;
|
||||||
text-shadow: $_unlockdialog_shadow;
|
font-weight: 300;
|
||||||
font-weight: bold;
|
|
||||||
text-align: center;
|
text-align: center;
|
||||||
padding-bottom: 1.5em;
|
padding-bottom: 2.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.unlock-dialog-clock-time {
|
.unlock-dialog-clock-time {
|
||||||
font-size: 72pt;
|
font-size: 64pt;
|
||||||
text-shadow: $_unlockdialog_shadow;
|
padding-bottom: 24px;
|
||||||
font-feature-settings: "tnum";
|
font-feature-settings: "tnum";
|
||||||
}
|
}
|
||||||
|
|
||||||
.unlock-dialog-clock-date {
|
.unlock-dialog-clock-date {
|
||||||
font-size: 28pt;
|
font-size: 16pt;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user