From: Michael Tremer Date: Tue, 14 Mar 2023 11:21:37 +0000 (+0000) Subject: CSS: Drop old Bootstrap variables X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b55addf6b7177b6b35eb21054a2aea4ce99aa1b3;p=ipfire.org.git CSS: Drop old Bootstrap variables Signed-off-by: Michael Tremer --- diff --git a/Makefile.am b/Makefile.am index cbc73adb..094b7825 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 index 3fc97418..00000000 --- a/src/sass/_variables.scss +++ /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;