Files
citrus-cms/assets/admin/_scss/codebase/themes/pulse.scss
T
2026-04-28 21:14:25 +03:00

47 lines
1.7 KiB
SCSS

//
// Color Theme - Pulse
// --------------------------------------------------
// 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-pulse-primary,
$theme-pulse-light,
$theme-pulse-lighter,
$theme-pulse-dark,
$theme-pulse-darker,
$theme-pulse-body-bg,
$theme-pulse-body-bg-dark,
$theme-pulse-body-bg-light,
$theme-pulse-body-color,
$theme-pulse-body-color-dark,
$theme-pulse-body-color-light,
$theme-pulse-link-color,
$theme-pulse-link-hover-color,
$theme-pulse-headings-color,
$theme-pulse-headings-small-color,
$theme-pulse-header-bg,
$theme-pulse-header-inverse-bg,
$theme-pulse-sidebar-bg,
$theme-pulse-sidebar-inverse-bg,
$theme-pulse-side-overlay-bg,
$theme-pulse-input-color,
$theme-pulse-input-focus-color,
$theme-pulse-input-border-color,
$theme-pulse-input-focus-border-color,
$theme-pulse-input-bg,
$theme-pulse-input-focus-bg);