2022-11-04 15:49:41 +00:00
|
|
|
// Spacelab 5.2.2
|
2020-05-19 16:53:54 +00:00
|
|
|
// Bootswatch
|
|
|
|
|
2021-07-07 11:12:38 +00:00
|
|
|
$theme: "spacelab" !default;
|
|
|
|
|
2020-05-19 16:53:54 +00:00
|
|
|
//
|
|
|
|
// Color system
|
|
|
|
//
|
|
|
|
|
|
|
|
$white: #fff !default;
|
|
|
|
$gray-100: #f8f9fa !default;
|
|
|
|
$gray-200: #eee !default;
|
|
|
|
$gray-300: #dee2e6 !default;
|
|
|
|
$gray-400: #ced4da !default;
|
|
|
|
$gray-500: #999 !default;
|
|
|
|
$gray-600: #777 !default;
|
|
|
|
$gray-700: #495057 !default;
|
|
|
|
$gray-800: #333 !default;
|
|
|
|
$gray-900: #2d2d2d !default;
|
|
|
|
$black: #000 !default;
|
|
|
|
|
2020-11-06 13:16:40 +00:00
|
|
|
$blue: #446e9b !default;
|
2020-05-19 16:53:54 +00:00
|
|
|
$indigo: #6610f2 !default;
|
|
|
|
$purple: #6f42c1 !default;
|
|
|
|
$pink: #e83e8c !default;
|
2020-11-06 13:16:40 +00:00
|
|
|
$red: #cd0200 !default;
|
2020-05-19 16:53:54 +00:00
|
|
|
$orange: #fd7e14 !default;
|
2020-11-06 13:16:40 +00:00
|
|
|
$yellow: #d47500 !default;
|
|
|
|
$green: #3cb521 !default;
|
2020-05-19 16:53:54 +00:00
|
|
|
$teal: #20c997 !default;
|
2020-11-06 13:16:40 +00:00
|
|
|
$cyan: #3399f3 !default;
|
2020-05-19 16:53:54 +00:00
|
|
|
|
|
|
|
$primary: $blue !default;
|
|
|
|
$secondary: $gray-500 !default;
|
|
|
|
$success: $green !default;
|
|
|
|
$info: $cyan !default;
|
|
|
|
$warning: $yellow !default;
|
|
|
|
$danger: $red !default;
|
|
|
|
$light: $gray-200 !default;
|
|
|
|
$dark: $gray-800 !default;
|
|
|
|
|
2021-07-07 11:12:38 +00:00
|
|
|
$min-contrast-ratio: 2.65 !default;
|
2020-05-19 16:53:54 +00:00
|
|
|
|
|
|
|
// Body
|
|
|
|
|
|
|
|
$body-color: $gray-600 !default;
|
|
|
|
|
|
|
|
// Links
|
|
|
|
|
|
|
|
$link-color: $info !default;
|
|
|
|
|
|
|
|
// Fonts
|
|
|
|
|
2020-11-06 13:16:40 +00:00
|
|
|
// stylelint-disable-next-line value-keyword-case
|
2020-05-19 16:53:54 +00:00
|
|
|
$font-family-sans-serif: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !default;
|
|
|
|
$headings-color: $gray-900 !default;
|
|
|
|
|
|
|
|
// Navbar
|
|
|
|
|
2020-11-06 13:16:40 +00:00
|
|
|
$navbar-dark-color: rgba($white, .75) !default;
|
2020-05-19 16:53:54 +00:00
|
|
|
$navbar-dark-hover-color: $white !default;
|
2020-11-06 13:16:40 +00:00
|
|
|
$navbar-light-color: rgba($black, .4) !default;
|
2020-05-19 16:53:54 +00:00
|
|
|
$navbar-light-hover-color: $info !default;
|
|
|
|
$navbar-light-active-color: $info !default;
|