summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Müllner <fmuellner@gnome.org>2020-02-11 19:35:22 +0100
committerFlorian Müllner <fmuellner@gnome.org>2020-02-18 00:33:21 +0100
commit8454c07388ddc9cfd0fbe3ca630b78121fc3edb9 (patch)
tree2e8a2fd1436740a5aaa9af0a1763d2a0479dc16f
parent59685be30bf21d520ec4cd30bb1ebc0b5df6437c (diff)
downloadgnome-shell-sass-8454c07388ddc9cfd0fbe3ca630b78121fc3edb9.tar.gz
unlockDialog: Show unlock hint on inactivity
Inactivity on the unlock screen can be an indication that the user doesn't know how to get to the auth prompt. Fade in a small hint that points them in the right direction. https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/972
-rw-r--r--widgets/_screen-shield.scss7
1 files changed, 6 insertions, 1 deletions
diff --git a/widgets/_screen-shield.scss b/widgets/_screen-shield.scss
index 9b362a5..7875c05 100644
--- a/widgets/_screen-shield.scss
+++ b/widgets/_screen-shield.scss
@@ -4,12 +4,12 @@
color: white;
font-weight: 300;
text-align: center;
+ spacing: 24px;
padding-bottom: 2.5em;
}
.unlock-dialog-clock-time {
font-size: 64pt;
- padding-bottom: 24px;
padding-top: 42px;
font-feature-settings: "tnum";
}
@@ -19,6 +19,11 @@
font-weight: normal;
}
+.unlock-dialog-clock-hint {
+ font-weight: normal;
+ padding-top: 48px;
+}
+
.unlock-dialog-notifications-container {
margin: 12px 0;
spacing: 6px;