2022-11-04 15:49:41 +00:00
|
|
|
// Cosmo 5.2.2
|
2020-05-19 16:53:54 +00:00
|
|
|
// Bootswatch
|
|
|
|
|
2021-07-07 11:12:38 +00:00
|
|
|
$theme: "cosmo" !default;
|
|
|
|
|
2020-05-19 16:53:54 +00:00
|
|
|
//
|
|
|
|
// Color system
|
|
|
|
//
|
|
|
|
|
|
|
|
$white: #fff !default;
|
|
|
|
$gray-100: #f8f9fa !default;
|
|
|
|
$gray-200: #e9ecef !default;
|
|
|
|
$gray-300: #dee2e6 !default;
|
|
|
|
$gray-400: #ced4da !default;
|
|
|
|
$gray-500: #adb5bd !default;
|
|
|
|
$gray-600: #868e96 !default;
|
|
|
|
$gray-700: #495057 !default;
|
|
|
|
$gray-800: #373a3c !default;
|
|
|
|
$gray-900: #212529 !default;
|
|
|
|
$black: #000 !default;
|
|
|
|
|
2020-11-06 13:16:40 +00:00
|
|
|
$blue: #2780e3 !default;
|
2020-05-19 16:53:54 +00:00
|
|
|
$indigo: #6610f2 !default;
|
|
|
|
$purple: #613d7c !default;
|
|
|
|
$pink: #e83e8c !default;
|
2020-11-06 13:16:40 +00:00
|
|
|
$red: #ff0039 !default;
|
2020-05-19 16:53:54 +00:00
|
|
|
$orange: #f0ad4e !default;
|
2020-11-06 13:16:40 +00:00
|
|
|
$yellow: #ff7518 !default;
|
|
|
|
$green: #3fb618 !default;
|
2020-05-19 16:53:54 +00:00
|
|
|
$teal: #20c997 !default;
|
2020-11-06 13:16:40 +00:00
|
|
|
$cyan: #9954bb !default;
|
2020-05-19 16:53:54 +00:00
|
|
|
|
|
|
|
$primary: $blue !default;
|
|
|
|
$secondary: $gray-800 !default;
|
|
|
|
$success: $green !default;
|
|
|
|
$info: $cyan !default;
|
|
|
|
$warning: $yellow !default;
|
|
|
|
$danger: $red !default;
|
|
|
|
$light: $gray-100 !default;
|
|
|
|
$dark: $gray-800 !default;
|
|
|
|
|
2021-07-07 11:12:38 +00:00
|
|
|
$min-contrast-ratio: 2.6 !default;
|
|
|
|
|
2020-05-19 16:53:54 +00:00
|
|
|
// Options
|
|
|
|
|
|
|
|
$enable-rounded: false !default;
|
|
|
|
|
|
|
|
// Body
|
|
|
|
|
|
|
|
$body-color: $gray-800 !default;
|
|
|
|
|
|
|
|
// Fonts
|
|
|
|
|
2020-11-06 13:16:40 +00:00
|
|
|
// stylelint-disable-next-line value-keyword-case
|
|
|
|
$font-family-sans-serif: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !default;
|
2021-07-07 11:12:38 +00:00
|
|
|
$headings-font-weight: 400 !default;
|
2020-05-19 16:53:54 +00:00
|
|
|
|
|
|
|
// Navbar
|
|
|
|
|
2020-11-06 13:16:40 +00:00
|
|
|
$navbar-dark-hover-color: rgba($white, 1) !default;
|
|
|
|
$navbar-light-hover-color: rgba($black, .9) !default;
|
2020-05-19 16:53:54 +00:00
|
|
|
|
|
|
|
// Alerts
|
|
|
|
|
2020-11-06 13:16:40 +00:00
|
|
|
$alert-border-width: 0 !default;
|
2020-05-19 16:53:54 +00:00
|
|
|
|
|
|
|
// Progress bars
|
|
|
|
|
2020-11-06 13:16:40 +00:00
|
|
|
$progress-height: .5rem !default;
|