]> git.ipfire.org Git - ipfire.org.git/blobdiff - src/scss/_variables.scss
wiki: Add tree
[ipfire.org.git] / src / scss / _variables.scss
index 8a1eabfc4dc233a79df517821e9def158c16713e..772a14d57994916fd89eb9f4a5929f15292ce004 100644 (file)
@@ -12,8 +12,9 @@ $red:                                         #ee2e31;
 $yellow:                                       #e7e247;
 $cyan:                                         #2ee8c8;
 
-// Lightning Wire Labs colour
+// Brand colours
 $lwl:                                          #4b0082;
+$twitter:                                      #00acee;
 
 // Theme
 $primary:                                      $red;
@@ -23,21 +24,14 @@ $dark:                                              $gray-800;
 
 $theme-colors: (
        "lwl"                                   : $lwl,
+       "twitter"               : $twitter,
 );
 
 $body-bg:                                      $dark;
 $body-color:                           $white;
-
-// Breakpoints
-$grid-breakpoints: (
-       xs: 0,
-       sm: 600px,
-       md: 768px,
-       lg: 1024px,
-       xl: 1280px
-);
-
-$grid-gutter-width:                    24px;
+$code-color:                           $white;
+$pre-color:                                    $white;
+$table-color:                          inherit;
 
 $border-radius:                                5px;
 $border-radius-lg:                     5px;
@@ -52,7 +46,11 @@ $font-weight-bold:                   700;
 // Typo
 $font-size-base:                       1.125rem;
 $lead-font-size:                       1.5rem;
-$small-font-size:                      87.5%;
+$small-font-size:                      85%;
+
+$line-height-base:                     1.5;
+
+$blockquote-font-size:         $font-size-base * 1.125;
 
 // Headings
 $headings-font-weight:         500;
@@ -79,9 +77,13 @@ $navbar-height:                              $navbar-brand-height + ($navbar-brand-padding-y * 2);
 
 $navbar-nav-link-padding-x:    1rem;
 
-// Input
-$input-btn-padding-x:          1.5rem;
-$input-btn-padding-y:          .5rem;
-
 // Buttons
 $btn-border-width:                     3px;
+$btn-padding-x:                                1.5rem;
+$btn-padding-y:                                .5rem;
+
+// Progress
+$progress-height:                      1rem * $line-height-base;
+
+// Breadcrumbs
+$breadcrumb-bg:                                white;