2021-03-30 12:34:31 +00:00
|
|
|
// Cerulean 4.6.0
|
2020-05-19 16:53:54 +00:00
|
|
|
// Bootswatch
|
|
|
|
|
|
|
|
//
|
|
|
|
// 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: #343a40 !default;
|
|
|
|
$gray-900: #212529 !default;
|
|
|
|
$black: #000 !default;
|
|
|
|
|
2020-11-06 13:16:40 +00:00
|
|
|
$blue: #033c73 !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: #c71c22 !default;
|
2020-05-19 16:53:54 +00:00
|
|
|
$orange: #fd7e14 !default;
|
2020-11-06 13:16:40 +00:00
|
|
|
$yellow: #dd5600 !default;
|
|
|
|
$green: #73a839 !default;
|
2020-05-19 16:53:54 +00:00
|
|
|
$teal: #20c997 !default;
|
2020-11-06 13:16:40 +00:00
|
|
|
$cyan: #2fa4e7 !default;
|
2020-05-19 16:53:54 +00:00
|
|
|
|
|
|
|
$primary: $cyan !default;
|
|
|
|
$secondary: $gray-200 !default;
|
|
|
|
$success: $green !default;
|
|
|
|
$info: $blue !default;
|
|
|
|
$warning: $yellow !default;
|
|
|
|
$danger: $red !default;
|
|
|
|
$light: $gray-100 !default;
|
|
|
|
$dark: $gray-800 !default;
|
|
|
|
|
|
|
|
// Body
|
|
|
|
|
|
|
|
$body-color: $gray-700 !default;
|
|
|
|
|
|
|
|
// Fonts
|
|
|
|
|
|
|
|
$headings-color: $cyan !default;
|
|
|
|
|
|
|
|
// Dropdowns
|
|
|
|
|
2020-11-06 13:16:40 +00:00
|
|
|
$dropdown-link-color: $body-color !default;
|
|
|
|
$dropdown-link-hover-color: $white !default;
|
|
|
|
$dropdown-link-hover-bg: $primary !default;
|
2020-05-19 16:53:54 +00:00
|
|
|
|
|
|
|
// Navbar
|
|
|
|
|
2020-11-06 13:16:40 +00:00
|
|
|
$navbar-dark-color: rgba($white, .8) !default;
|
|
|
|
$navbar-dark-hover-color: $white !default;
|