47 lines
1.7 KiB
SCSS
47 lines
1.7 KiB
SCSS
//
|
|
// Color Theme - Flat
|
|
// --------------------------------------------------
|
|
|
|
// Bootstrap functions (original)
|
|
@import '../../bootstrap/functions';
|
|
|
|
// Codebase variables and Bootstrap variable overrides
|
|
@import '../variables';
|
|
@import '../variables-themes';
|
|
@import '../variables-bootstrap';
|
|
|
|
// Bootstrap variables and mixins (original)
|
|
@import '../../bootstrap/variables';
|
|
@import '../../bootstrap/mixins';
|
|
|
|
// Codebase mixins and Bootstrap overrides
|
|
@import '../mixins';
|
|
|
|
// Generate color theme
|
|
@include color-theme($theme-flat-primary,
|
|
$theme-flat-light,
|
|
$theme-flat-lighter,
|
|
$theme-flat-dark,
|
|
$theme-flat-darker,
|
|
$theme-flat-body-bg,
|
|
$theme-flat-body-bg-dark,
|
|
$theme-flat-body-bg-light,
|
|
$theme-flat-body-color,
|
|
$theme-flat-body-color-dark,
|
|
$theme-flat-body-color-light,
|
|
$theme-flat-link-color,
|
|
$theme-flat-link-hover-color,
|
|
$theme-flat-headings-color,
|
|
$theme-flat-headings-small-color,
|
|
$theme-flat-header-bg,
|
|
$theme-flat-header-inverse-bg,
|
|
$theme-flat-sidebar-bg,
|
|
$theme-flat-sidebar-inverse-bg,
|
|
$theme-flat-side-overlay-bg,
|
|
$theme-flat-input-color,
|
|
$theme-flat-input-focus-color,
|
|
$theme-flat-input-border-color,
|
|
$theme-flat-input-focus-border-color,
|
|
$theme-flat-input-bg,
|
|
$theme-flat-input-focus-bg);
|