]> git.ipfire.org Git - people/shoehn/ipfire.org.git/blobdiff - static/scss/bootstrap-4.0.0-alpha.6/scss/_custom.scss
excluded unused parts from Bootstrap
[people/shoehn/ipfire.org.git] / static / scss / bootstrap-4.0.0-alpha.6 / scss / _custom.scss
index 2ff2a6cc52ff7c37ec89d2bff21f65f613833155..cd898711387e051e45cb0efcab7f2b190b622f46 100755 (executable)
@@ -30,7 +30,7 @@ $brand-inverse:             $gray-dark !default;
 
 // Spacing
 
-$spacer:   1.5rem;
+$spacer:   0.5rem;
 $spacer-x: $spacer;
 $spacer-y: $spacer;
 $spacers: (
@@ -55,12 +55,12 @@ $spacers: (
     y: ($spacer-y * 1.5)
   ),
   5: (
-    x: ($spacer-x * 3),
-    y: ($spacer-y * 3)
+    x: ($spacer-x * 2),
+    y: ($spacer-y * 2)
   ),
   6: (
-    x: ($spacer-x * 4),
-    y: ($spacer-y * 4)
+    x: ($spacer-x * 6),
+    y: ($spacer-y * 6)
   )
 );
 
@@ -76,12 +76,14 @@ $grid-gutter-width-base:     24px;
 
 // Fonts
 
-@import url('https://fonts.googleapis.com/css?family=Ubuntu');
+@import url('https://fonts.googleapis.com/css?family=Ubuntu:300,400,700');
 $font-family-sans-serif: 'Ubuntu', sans-serif;
 $font-family-base:       $font-family-sans-serif;
 
 $font-size-lg:   1.25rem;
 
+$font-weight-normal: 300;
+
 $font-size-h1: 2.25rem;
 $font-size-h2: 2rem;
 $font-size-h3: 1.5rem;
@@ -89,6 +91,8 @@ $font-size-h4: 1.25rem;
 $font-size-h5: 1rem;
 $font-size-h6: 0.75rem;
 
+$headings-font-weight:   400;
+
 $display1-size: 7.5rem;
 $display2-size: 3rem;
 $display3-size: 2.25rem;
@@ -96,6 +100,8 @@ $display4-size: 1.5rem;
 
 $lead-font-size:   1.5rem;
 
+$small-font-size: .875rem;
+
 
 // Buttons
 
@@ -130,6 +136,10 @@ $btn-danger-color:               $white !default;
 $btn-danger-bg:                  $brand-danger !default;
 $btn-danger-border:              $btn-danger-bg !default;
 
+$btn-red900-color:                              $white !important;
+$btn-red900-bg:                                         $red_900;
+$btn-red900-border:                             $btn-red900-bg;        
+
 $btn-link-disabled-color:        $gray-light !default;
 
 $btn-padding-x-sm:               .5rem !default;