12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576 |
- $body-bg: #f8fafc;
- $font-family-sans-serif: 'Nunito', sans-serif;
- $font-size-base: 0.9rem;
- $line-height-base: 1.6;
- $blue: #752360;
- $cyan: #326ce5;
- $green: #148c5d;
- $red: #e80566;
- $yellow: #f15d22;
- $black: #000;
- $gray-100: #f1f2f3;
- $navbar-light-color: rgba($black, .9);
- $white: #FFF;
- $complementry-color: adjust_hue($blue, 180);
- $sidebar-width: 230px;
- $sidebar-color: #747576;
- $sidebar-accent: light;
- $sidebar-dark-color: #fff;
- $sidebar-dark-link-color: #fff;
- $sidebar-light-color: #fff;
- $sidebar-light-link-color: #fff;
- $sidebar-bg: #3c3f42;
- $sidebar-hover-bg: #e1e2e3;
|