You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

61 lines
1.1 KiB
SCSS

// Cosmo theme from Bootswatch
// Ref: https://github.com/thomaspark/bootswatch/blob/v4/dist/cosmo/_variables.scss
// Color system
$white: #fff;
$gray-600: #868e96;
$gray-700: #495057;
$gray-800: #373a3c;
$gray-900: #212529;
$black: #000;
$blue: #2780e3;
$indigo: #6610f2;
$purple: #613d7c;
$pink: #e83e8c;
$red: #ff0039;
$orange: #f0ad4e;
$yellow: #ff7518;
$green: #3fb618;
$teal: #20c997;
$cyan: #9954bb;
// Options
$enable-rounded: false;
// Body
$body-color: $gray-800;
// Typography
// 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";
$font-size-base: .9375rem;
$font-size-sm: $font-size-base * .88;
$headings-font-weight: 300;
// Navbar
$navbar-dark-hover-color: rgba($white, 1);
$navbar-light-hover-color: rgba($black, .9);
// Alerts
$alert-border-width: 0;
// Progress bars
$progress-height: .5rem;