[gnome-shell/gbsneto/new-lock-screen-part2: 17/22] theme: Adjust lock screen clock fonts



commit f66b3914b4dc7efc8e1d541ba9c97383fbee38a6
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.

 data/theme/gnome-shell-sass/_common.scss | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)
---
diff --git a/data/theme/gnome-shell-sass/_common.scss b/data/theme/gnome-shell-sass/_common.scss
index 02478dc991..14bcf56bc8 100644
--- a/data/theme/gnome-shell-sass/_common.scss
+++ b/data/theme/gnome-shell-sass/_common.scss
@@ -2049,21 +2049,20 @@ $_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;
+  padding-bottom: 24px;
   font-feature-settings: "tnum";
 }
 
 .unlock-dialog-clock-date {
-  font-size: 28pt;
-  font-weight: normal;
+  font-size: 24pt;
+  font-weight: bold;
 }
 
 .unlock-dialog-notifications-container {


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]