]> git.ipfire.org Git - ipfire.org.git/commitdiff
CSS: Drop old Bootstrap variables
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 14 Mar 2023 11:21:37 +0000 (11:21 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 14 Mar 2023 11:21:37 +0000 (11:21 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
Makefile.am
src/sass/_variables.scss [deleted file]

index cbc73adb5e46881ef1fd32d48d8abfba40cce47f..094b7825df4efeac59230e19837534b285869c4a 100644 (file)
@@ -343,8 +343,7 @@ SASS_FILES = \
        src/sass/main.sass \
        src/sass/_code-highlighting.scss \
        src/sass/_fonts.sass \
-       src/sass/_icons.sass \
-       src/sass/_variables.scss
+       src/sass/_icons.sass
 
 EXTRA_DIST += \
        src/sass/listing.scss \
diff --git a/src/sass/_variables.scss b/src/sass/_variables.scss
deleted file mode 100644 (file)
index 3fc9741..0000000
+++ /dev/null
@@ -1,103 +0,0 @@
-/*
-       Features
-*/
-$enable-shadows:                       true;
-
-/*
-       Colours
-*/
-$black:                                                #000000;
-$white:                                                #ffffff;
-
-// Grays
-$gray-400:                                     #ede8e8;
-$gray-800:                                     #31353c;
-
-$red:                                          #ee2e31;
-$yellow:                                       #e7e247;
-$cyan:                                         #2ee8c8;
-
-// Brand colours
-$lwl:                                          #4b0082;
-$twitter:                                      #00acee;
-
-$custom-colors: (
-       "lwl"                                   : $lwl,
-       "twitter"                               : $twitter,
-);
-
-// Theme
-$primary:                                      #FF2E53;
-$secondary:                                    $white;
-$light:                                                #faf5f6;
-$dark:                                         #4f4f4f;
-
-$body-bg:                                      $white;
-$body-color:                           $dark;
-
-$code-color:                           $white;
-$pre-color:                                    $white;
-$table-color:                          inherit;
-
-$border-radius:                                6px;
-$border-radius-lg:                     $border-radius;
-
-// Fonts
-$font-family-sans-serif:       "Prompt", sans-serif;
-
-$font-weight-light:                    200;
-$font-weight-normal:           400;
-$font-weight-bold:                     700;
-
-// Typo
-$font-size-base:                       1.125rem;
-$lead-font-size:                       1.5rem;
-$small-font-size:                      85%;
-
-$line-height-base:                     1.5625;
-
-$blockquote-font-size:         $font-size-base * 1.125;
-
-// Headings
-$headings-font-weight:         700;
-
-$h1-font-size:                         3.75rem;
-$h2-font-size:                         2.5rem;
-$h3-font-size:                         2.25rem;
-$h4-font-size:                         1.875rem;
-$h5-font-size:                         1.625rem;
-$h6-font-size:                         1.25rem;
-
-$display1-size:                                5rem;
-$display-font-weight:          $headings-font-weight;
-
-// Links
-$link-color:                           $primary;
-
-// Navbar
-$navbar-brand-font-size:       1.875rem;
-$navbar-brand-height:          2.8125rem;
-$navbar-height:                                5.625rem;
-
-$navbar-nav-link-padding-x:    1.875rem;
-
-/*$navbar-light-color:                $dark;
-$navbar-light-hover-color:          $black;
-$navbar-light-active-color:         $black;
-$navbar-light-disabled-color:       $light; */
-
-// Buttons
-$btn-box-shadow:                       0px 4px 4px rgba(255, 46, 83, 0.17);
-$btn-border-width:                     4px;
-$btn-padding-x:                                1.5rem;
-$btn-padding-y:                                .5rem;
-
-
-// Cards
-$card-border-radius:           0;
-
-// Progress
-$progress-height:                      1rem * $line-height-base;
-
-// Breadcrumbs
-$breadcrumb-bg:                                white;