summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorges Basile Stavracas Neto <georges.stavracas@gmail.com>2022-07-12 14:44:37 -0300
committerFlorian Müllner <fmuellner@gnome.org>2022-08-10 16:28:30 +0200
commit195d55f394131f269bb9630a3dd9a4ca7c2075ae (patch)
tree04f67ad394a86b2c51128455a05701d4c9ee4163
parent4697a3f0c66e4bfa0b4ca8dce95bf477456ddd8e (diff)
downloadgnome-shell-sass-195d55f394131f269bb9630a3dd9a4ca7c2075ae.tar.gz
theme: Center access dialog text
Makes the now fully visible label match the rest of the dialog's labels. Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2377>
-rw-r--r--widgets/_dialogs.scss5
1 files changed, 5 insertions, 0 deletions
diff --git a/widgets/_dialogs.scss b/widgets/_dialogs.scss
index 6ac4e8f..defa20b 100644
--- a/widgets/_dialogs.scss
+++ b/widgets/_dialogs.scss
@@ -165,3 +165,8 @@
height: 300px;
width: 300px;
}
+
+/* Access portal dialog */
+.access-dialog {
+ text-align: center;
+} \ No newline at end of file