[gnome-shell/gbsneto/new-lock-screen-part2: 19/32] 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: 19/32] theme: Adjust lock screen clock fonts
- Date: Mon, 6 Jan 2020 18:55:53 +0000 (UTC)
commit c5cc50c1c8c504458597b5f0b0544ff37c9dd9ed
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/_common.scss | 12 +++++-------
1 file changed, 5 insertions(+), 7 deletions(-)
---
diff --git a/data/theme/gnome-shell-sass/_common.scss b/data/theme/gnome-shell-sass/_common.scss
index 1d9b03186e..440dc45fdd 100644
--- a/data/theme/gnome-shell-sass/_common.scss
+++ b/data/theme/gnome-shell-sass/_common.scss
@@ -2059,21 +2059,19 @@ $_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-weight: normal;
+ font-size: 16pt;
}
.unlock-dialog-notifications-container {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]