adding initial fast-api
This commit is contained in:
68
fast-api/node_modules/bootswatch/dist/cosmo/_variables.scss
generated
vendored
Executable file
68
fast-api/node_modules/bootswatch/dist/cosmo/_variables.scss
generated
vendored
Executable file
@@ -0,0 +1,68 @@
|
||||
// Cosmo 4.3.1
|
||||
// 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: #373a3c !default;
|
||||
$gray-900: #212529 !default;
|
||||
$black: #000 !default;
|
||||
|
||||
$blue: #2780E3 !default;
|
||||
$indigo: #6610f2 !default;
|
||||
$purple: #613d7c !default;
|
||||
$pink: #e83e8c !default;
|
||||
$red: #FF0039 !default;
|
||||
$orange: #f0ad4e !default;
|
||||
$yellow: #FF7518 !default;
|
||||
$green: #3FB618 !default;
|
||||
$teal: #20c997 !default;
|
||||
$cyan: #9954BB !default;
|
||||
|
||||
$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;
|
||||
|
||||
// Options
|
||||
|
||||
$enable-rounded: false !default;
|
||||
|
||||
// Body
|
||||
|
||||
$body-color: $gray-800 !default;
|
||||
|
||||
// Fonts
|
||||
|
||||
$font-family-sans-serif: "Segoe UI", "Source Sans Pro", Calibri, Candara, Arial, sans-serif !default;
|
||||
|
||||
$font-size-base: 0.9375rem !default;
|
||||
|
||||
$headings-font-weight: 300 !default;
|
||||
|
||||
// Navbar
|
||||
|
||||
$navbar-dark-hover-color: rgba($white,1) !default;
|
||||
|
||||
$navbar-light-hover-color: rgba($black,.9) !default;
|
||||
|
||||
// Alerts
|
||||
|
||||
$alert-border-width: 0 !default;
|
||||
|
||||
// Progress bars
|
||||
|
||||
$progress-height: 0.5rem !default;
|
||||
Reference in New Issue
Block a user