[gnome-shell-sass] runDialog: Implement the new dialog design



commit c9f547a3e1233de06f12a7910fc3a9003a41f548
Author: Jonas Dreßler <verdre v0yd nl>
Date:   Sun Dec 8 13:09:25 2019 +0100

    runDialog: Implement the new dialog design
    
    Implement the new design according to the mockups in
    https://gitlab.gnome.org/GNOME/gnome-shell/issues/1343.
    
    https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/960

 widgets/_dialogs.scss | 18 ++++++++----------
 1 file changed, 8 insertions(+), 10 deletions(-)
---
diff --git a/widgets/_dialogs.scss b/widgets/_dialogs.scss
index 67bbfc2..49f2318 100644
--- a/widgets/_dialogs.scss
+++ b/widgets/_dialogs.scss
@@ -58,17 +58,15 @@
 
 /* Run Dialog */
 .run-dialog {
-  .run-dialog-entry { width: 20em; margin-bottom: 6px; }
-  .run-dialog-error-box {
-    padding-top: 16px;
-    spacing: 6px;
+  .modal-dialog-content-box {
+    margin-top: 24px;
+    margin-bottom: 14px;
   }
-
-  .run-dialog-label {
-    @include fontsize($base_font_size + 1.1);
-    font-weight: normal;
-    color: $fg_color;
-    padding-bottom: .4em;
+  .run-dialog-entry { width: 20em; }
+  .run-dialog-description {
+    @include fontsize($base_font_size - 1);
+    text-align: center;
+    color: darken($fg_color, 20%);
   }
 }
 


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