2020-11-26 01:36:22 +00:00
|
|
|
// Cyborg 4.5.3
|
2019-02-07 19:08:18 +00:00
|
|
|
// Bootswatch
|
|
|
|
|
|
|
|
//
|
|
|
|
// Color system
|
|
|
|
//
|
|
|
|
|
|
|
|
$white: #fff !default;
|
|
|
|
$gray-100: #f8f9fa !default;
|
|
|
|
$gray-200: #e9ecef !default;
|
|
|
|
$gray-300: #dee2e6 !default;
|
2020-11-26 01:36:22 +00:00
|
|
|
$gray-400: #adafae !default;
|
2019-02-07 19:08:18 +00:00
|
|
|
$gray-500: #888 !default;
|
|
|
|
$gray-600: #555 !default;
|
2020-11-26 01:36:22 +00:00
|
|
|
$gray-700: #282828 !default;
|
2019-02-07 19:08:18 +00:00
|
|
|
$gray-800: #222 !default;
|
|
|
|
$gray-900: #212529 !default;
|
|
|
|
$black: #000 !default;
|
|
|
|
|
2020-11-26 01:36:22 +00:00
|
|
|
$blue: #2a9fd6 !default;
|
2019-02-07 19:08:18 +00:00
|
|
|
$indigo: #6610f2 !default;
|
|
|
|
$purple: #6f42c1 !default;
|
|
|
|
$pink: #e83e8c !default;
|
2020-11-26 01:36:22 +00:00
|
|
|
$red: #c00 !default;
|
2019-02-07 19:08:18 +00:00
|
|
|
$orange: #fd7e14 !default;
|
2020-11-26 01:36:22 +00:00
|
|
|
$yellow: #f80 !default;
|
|
|
|
$green: #77b300 !default;
|
2019-02-07 19:08:18 +00:00
|
|
|
$teal: #20c997 !default;
|
2020-11-26 01:36:22 +00:00
|
|
|
$cyan: #93c !default;
|
2019-02-07 19:08:18 +00:00
|
|
|
|
|
|
|
$primary: $blue !default;
|
|
|
|
$secondary: $gray-600 !default;
|
|
|
|
$success: $green !default;
|
|
|
|
$info: $cyan !default;
|
|
|
|
$warning: $yellow !default;
|
|
|
|
$danger: $red !default;
|
|
|
|
$light: $gray-800 !default;
|
|
|
|
$dark: $gray-400 !default;
|
|
|
|
|
|
|
|
$yiq-contrasted-threshold: 175 !default;
|
|
|
|
|
|
|
|
|
|
|
|
// Body
|
|
|
|
|
2020-11-26 01:36:22 +00:00
|
|
|
$body-bg: #060606 !default;
|
|
|
|
$body-color: $gray-400 !default;
|
2019-02-07 19:08:18 +00:00
|
|
|
|
|
|
|
// Fonts
|
|
|
|
|
|
|
|
$font-family-sans-serif:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
|
|
|
|
$font-size-base: 0.9rem;
|
2020-11-26 01:36:22 +00:00
|
|
|
$font-weight-lighter: 300;
|
|
|
|
$line-height-base: 1.6;
|
2019-02-07 19:08:18 +00:00
|
|
|
|
2020-11-26 01:36:22 +00:00
|
|
|
$font-size-lg: ($font-size-base * 1.25);
|
|
|
|
$font-size-sm: ($font-size-base * .875);
|
|
|
|
$headings-color: $white !default;
|
2019-02-07 19:08:18 +00:00
|
|
|
|
|
|
|
// Tables
|
|
|
|
|
2020-11-26 01:36:22 +00:00
|
|
|
$table-color: $white !default;
|
|
|
|
$table-accent-bg: rgba($white, .05) !default;
|
|
|
|
$table-hover-bg: rgba($white, .075) !default;
|
2019-02-07 19:08:18 +00:00
|
|
|
$table-border-color: $gray-700 !default;
|
2020-11-26 01:36:22 +00:00
|
|
|
$table-dark-bg: $gray-500 !default;
|
|
|
|
$table-dark-border-color: darken($gray-500, 7.5%) !default;
|
2019-02-07 19:08:18 +00:00
|
|
|
|
|
|
|
// Buttons
|
|
|
|
|
|
|
|
$input-btn-padding-x: 1rem !default;
|
|
|
|
|
|
|
|
// Forms
|
|
|
|
|
2020-11-26 01:36:22 +00:00
|
|
|
$input-disabled-bg: $gray-400 !default;
|
|
|
|
$input-border-color: $white !default;
|
2019-02-07 19:08:18 +00:00
|
|
|
$input-group-addon-color: $white !default;
|
|
|
|
$input-group-addon-bg: $gray-700 !default;
|
2020-11-26 01:36:22 +00:00
|
|
|
$input-group-addon-border-color: transparent !default;
|
2019-02-07 19:08:18 +00:00
|
|
|
$custom-file-color: $white !default;
|
|
|
|
$custom-file-border-color: $gray-700 !default;
|
|
|
|
|
|
|
|
// Dropdowns
|
|
|
|
|
|
|
|
$dropdown-bg: $gray-700 !default;
|
|
|
|
$dropdown-divider-bg: $gray-800 !default;
|
|
|
|
$dropdown-link-color: $white !default;
|
|
|
|
$dropdown-link-hover-color: $white !default;
|
|
|
|
$dropdown-link-hover-bg: $primary !default;
|
|
|
|
|
|
|
|
// Navs
|
|
|
|
|
|
|
|
$nav-tabs-border-color: $table-border-color !default;
|
|
|
|
$nav-tabs-link-hover-border-color: $nav-tabs-border-color !default;
|
|
|
|
$nav-tabs-link-active-color: $white !default;
|
|
|
|
$nav-tabs-link-active-bg: $nav-tabs-border-color !default;
|
|
|
|
$nav-tabs-link-active-border-color: $nav-tabs-border-color !default;
|
|
|
|
|
|
|
|
// Navbar
|
|
|
|
|
|
|
|
$navbar-dark-hover-color: $white !default;
|
|
|
|
|
|
|
|
// Pagination
|
|
|
|
|
|
|
|
$pagination-color: $white !default;
|
|
|
|
$pagination-bg: $gray-700 !default;
|
|
|
|
$pagination-border-color: transparent !default;
|
|
|
|
$pagination-hover-color: $white !default;
|
|
|
|
$pagination-hover-bg: $primary !default;
|
|
|
|
$pagination-hover-border-color: $pagination-border-color !default;
|
|
|
|
$pagination-disabled-bg: $pagination-bg !default;
|
|
|
|
$pagination-disabled-border-color: $pagination-border-color !default;
|
|
|
|
|
|
|
|
|
|
|
|
// Jumbotron
|
|
|
|
|
2020-11-26 01:36:22 +00:00
|
|
|
$jumbotron-bg: $gray-700 !default;
|
2019-02-07 19:08:18 +00:00
|
|
|
|
|
|
|
// Cards
|
|
|
|
|
2020-11-26 01:36:22 +00:00
|
|
|
$card-bg: $gray-700 !default;
|
2019-02-07 19:08:18 +00:00
|
|
|
|
|
|
|
// Tooltips
|
|
|
|
|
2020-11-26 01:36:22 +00:00
|
|
|
$tooltip-bg: $gray-700 !default;
|
|
|
|
$tooltip-opacity: 1 !default;
|
2019-02-07 19:08:18 +00:00
|
|
|
|
|
|
|
// Popovers
|
|
|
|
|
2020-11-26 01:36:22 +00:00
|
|
|
$popover-bg: $gray-700 !default;
|
2019-02-07 19:08:18 +00:00
|
|
|
|
2020-11-26 01:36:22 +00:00
|
|
|
// Toasts
|
2019-02-07 19:08:18 +00:00
|
|
|
|
2020-11-26 01:36:22 +00:00
|
|
|
$toast-color: $white !default;
|
|
|
|
$toast-background-color: $gray-800 !default;
|
|
|
|
$toast-border-color: $gray-700 !default;
|
|
|
|
$toast-header-color: $body-color !default;
|
|
|
|
$toast-header-background-color: $toast-background-color !default;
|
|
|
|
$toast-header-border-color: $toast-border-color !default;
|
|
|
|
|
|
|
|
// Modals
|
2019-02-07 19:08:18 +00:00
|
|
|
|
2020-11-26 01:36:22 +00:00
|
|
|
$modal-content-bg: $gray-800 !default;
|
|
|
|
$modal-header-border-color: $gray-700 !default;
|
2019-02-07 19:08:18 +00:00
|
|
|
|
|
|
|
// Progress bars
|
|
|
|
|
2020-11-26 01:36:22 +00:00
|
|
|
$progress-bg: $gray-700 !default;
|
2019-02-07 19:08:18 +00:00
|
|
|
|
|
|
|
// List group
|
|
|
|
|
2020-11-26 01:36:22 +00:00
|
|
|
$list-group-bg: $gray-800 !default;
|
|
|
|
$list-group-border-color: $gray-700 !default;
|
|
|
|
$list-group-hover-bg: $primary !default;
|
|
|
|
$list-group-disabled-bg: $gray-700 !default;
|
|
|
|
$list-group-action-active-bg: $primary !default;
|
2019-02-07 19:08:18 +00:00
|
|
|
|
|
|
|
// Breadcrumbs
|
|
|
|
|
2020-11-26 01:36:22 +00:00
|
|
|
$breadcrumb-bg: $gray-700 !default;
|
2019-02-07 19:08:18 +00:00
|
|
|
|
|
|
|
// Close
|
|
|
|
|
2020-11-26 01:36:22 +00:00
|
|
|
$close-color: $white !default;
|
|
|
|
$close-text-shadow: none !default;
|
2019-02-07 19:08:18 +00:00
|
|
|
|
|
|
|
// Code
|
|
|
|
|
2020-11-26 01:36:22 +00:00
|
|
|
$pre-color: inherit !default;
|