[gnome-shell/gbsneto/new-lock-screen-part2: 49/63] theme: Adjust lock screen clock fonts
- From: Georges Basile Stavracas Neto <gbsneto src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell/gbsneto/new-lock-screen-part2: 49/63] theme: Adjust lock screen clock fonts
- Date: Thu, 6 Feb 2020 20:57:03 +0000 (UTC)
commit 60ea4f726c21685f1c3dae3b8a954a79e82a81fa
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date: Fri Nov 29 12:52:47 2019 -0300
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
data/theme/gnome-shell-sass/widgets/_screen-shield.scss | 13 +++++--------
1 file changed, 5 insertions(+), 8 deletions(-)
---
diff --git a/data/theme/gnome-shell-sass/widgets/_screen-shield.scss
b/data/theme/gnome-shell-sass/widgets/_screen-shield.scss
index 9abb3a10b6..b3607579aa 100644
--- a/data/theme/gnome-shell-sass/widgets/_screen-shield.scss
+++ b/data/theme/gnome-shell-sass/widgets/_screen-shield.scss
@@ -1,23 +1,20 @@
/* Screen Shield */
-$_unlockdialog_shadow: 0px 0px 6px rgba(0, 0, 0, 0.726);
-
.unlock-dialog-clock {
color: white;
- text-shadow: $_unlockdialog_shadow;
- font-weight: bold;
+ font-weight: 300;
text-align: center;
- padding-bottom: 1.5em;
+ padding-bottom: 2.5em;
}
.unlock-dialog-clock-time {
- font-size: 72pt;
- text-shadow: $_unlockdialog_shadow;
+ font-size: 64pt;
+ padding-bottom: 24px;
font-feature-settings: "tnum";
}
.unlock-dialog-clock-date {
- font-size: 28pt;
+ font-size: 16pt;
font-weight: normal;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]