mirror of
https://github.com/retspen/webvirtcloud
synced 2024-11-01 20:14:15 +00:00
102 lines
3.1 KiB
SCSS
Executable file
102 lines
3.1 KiB
SCSS
Executable file
// Flatly 4.6.0
|
|
// Bootswatch
|
|
|
|
//
|
|
// Color system
|
|
//
|
|
|
|
$white: #fff !default;
|
|
$gray-100: #f8f9fa !default;
|
|
$gray-200: #ecf0f1 !default;
|
|
$gray-300: #dee2e6 !default;
|
|
$gray-400: #ced4da !default;
|
|
$gray-500: #b4bcc2 !default;
|
|
$gray-600: #95a5a6 !default;
|
|
$gray-700: #7b8a8b !default;
|
|
$gray-800: #343a40 !default;
|
|
$gray-900: #212529 !default;
|
|
$black: #000 !default;
|
|
|
|
$blue: #2c3e50 !default;
|
|
$indigo: #6610f2 !default;
|
|
$purple: #6f42c1 !default;
|
|
$pink: #e83e8c !default;
|
|
$red: #e74c3c !default;
|
|
$orange: #fd7e14 !default;
|
|
$yellow: #f39c12 !default;
|
|
$green: #18bc9c !default;
|
|
$teal: #20c997 !default;
|
|
$cyan: #3498db !default;
|
|
|
|
$primary: $blue !default;
|
|
$secondary: $gray-600 !default;
|
|
$success: $green !default;
|
|
$info: $cyan !default;
|
|
$warning: $yellow !default;
|
|
$danger: $red !default;
|
|
$light: $gray-200 !default;
|
|
$dark: $gray-700 !default;
|
|
|
|
$yiq-contrasted-threshold: 175 !default;
|
|
|
|
// Links
|
|
|
|
$link-color: $success !default;
|
|
|
|
// Fonts
|
|
|
|
// stylelint-disable-next-line value-keyword-case
|
|
$font-family-sans-serif: Lato, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !default;
|
|
$font-size-base: .9375rem !default;
|
|
$font-size-sm: $font-size-base * .88 !default;
|
|
$h1-font-size: 3rem !default;
|
|
$h2-font-size: 2.5rem !default;
|
|
$h3-font-size: 2rem !default;
|
|
|
|
// Tables
|
|
|
|
$table-accent-bg: $gray-200 !default;
|
|
|
|
// Dropdowns
|
|
|
|
$dropdown-link-color: $gray-700 !default;
|
|
$dropdown-link-hover-color: $white !default;
|
|
$dropdown-link-hover-bg: $primary !default;
|
|
|
|
// Navs
|
|
|
|
$nav-link-padding-y: .5rem !default !default;
|
|
$nav-link-padding-x: 1.25rem !default;
|
|
$nav-link-disabled-color: $gray-600 !default !default;
|
|
$nav-tabs-border-color: $gray-200 !default;
|
|
|
|
// Navbar
|
|
|
|
$navbar-padding-y: .7rem !default;
|
|
$navbar-dark-color: $white !default;
|
|
$navbar-dark-hover-color: $success !default;
|
|
|
|
// Pagination
|
|
|
|
$pagination-color: $white !default;
|
|
$pagination-bg: $success !default;
|
|
$pagination-border-width: 0 !default;
|
|
$pagination-border-color: transparent !default;
|
|
$pagination-hover-color: $white !default;
|
|
$pagination-hover-bg: darken($success, 15%) !default;
|
|
$pagination-hover-border-color: transparent !default;
|
|
$pagination-active-bg: $pagination-hover-bg !default;
|
|
$pagination-active-border-color: transparent !default;
|
|
$pagination-disabled-color: $gray-200 !default;
|
|
$pagination-disabled-bg: lighten($success, 15%) !default;
|
|
$pagination-disabled-border-color: transparent !default;
|
|
|
|
// List group
|
|
|
|
$list-group-hover-bg: $gray-200 !default;
|
|
$list-group-disabled-bg: $gray-200 !default;
|
|
|
|
// Close
|
|
|
|
$close-color: $white !default;
|
|
$close-text-shadow: none !default;
|