[gnome-shell-sass] location: Style geolocation dialog



commit bd995f377bbfd172761d11bec97c530540034c07
Author: Florian Müllner <fmuellner gnome org>
Date:   Tue Feb 16 21:46:55 2016 +0100

    location: Style geolocation dialog
    
    https://bugzilla.gnome.org/show_bug.cgi?id=762119

 _common.scss |   21 +++++++++++++++++++++
 1 files changed, 21 insertions(+), 0 deletions(-)
---
diff --git a/_common.scss b/_common.scss
index 48e0f12..50c336d 100644
--- a/_common.scss
+++ b/_common.scss
@@ -457,6 +457,27 @@ StScrollBar {
     icon-size: 64px;
   }
 
+/* Geolocation Dialog */
+.geolocation-dialog {
+  spacing: 30px;
+}
+
+  .geolocation-dialog-main-layout {
+    spacing: 12px;
+  }
+
+  .geolocation-dialog-content {
+    spacing: 20px;
+  }
+
+  .geolocation-dialog-icon {
+    icon-size: 48px;
+  }
+
+  .geolocation-dialog-title {
+    font-weight: bold;
+  }
+
 /* Network Agent Dialog */
 
 .network-dialog-secret-table {


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