]> git.ipfire.org Git - ipfire.org.git/commitdiff
CSS: Ident everything uniformly
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 14 Jul 2018 14:18:41 +0000 (15:18 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 14 Jul 2018 14:18:41 +0000 (15:18 +0100)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/scss/_variables.scss

index 6c5b598cad470ffc934bbf60d6568fa550b4658d..95d183090d93858e9b7dd1ad8a12f2a260eff0d9 100644 (file)
@@ -1,35 +1,35 @@
 // Global Settings
-$enable-shadows: true;
+$enable-shadows:                       true;
 
 /*
        Colours
 */
-$red-900:      #b71c1c;
-$red-600:      #e53935;
+$red-900:                              #b71c1c;
+$red-600:                              #e53935;
 
-$amber-800:    #ff8f00;
-$yellow-700:   #fbc02d;
+$amber-800:                            #ff8f00;
+$yellow-700:                           #fbc02d;
 
-$blue-700:             #1976d2;
-$blue-400:             #42a5f5;
+$blue-700:                                     #1976d2;
+$blue-400:                                     #42a5f5;
 
-$green-600:            #43a047;
-$green-400:            #66bb6a;
+$green-600:                                    #43a047;
+$green-400:                                    #66bb6a;
 
-$blue-grey-900:        #263238;
-$blue-grey-700:        #455a64;
-$blue-grey-600:        #546e7a;
-$blue-grey-300:        #90a4ae;
-$blue-grey-50: #eceff1;
+$blue-grey-900:                                #263238;
+$blue-grey-700:                                #455a64;
+$blue-grey-600:                                #546e7a;
+$blue-grey-300:                                #90a4ae;
+$blue-grey-50:                         #eceff1;
 
-$orange-a400:  #ff3d00;
+$orange-a400:                          #ff3d00;
 
-$cyan:                 #00bcd4;
+$cyan:                                         #00bcd4;
 
 // Theme
-$primary:              $red-900;
-$secondary:            white;
-$dark:                 $blue-grey-900;
+$primary:                                      $red-900;
+$secondary:                                    white;
+$dark:                                         $blue-grey-900;
 
 // Breakpoints
 $grid-breakpoints: (