İlk temizlik tamamlandı bir önceki projeden
This commit is contained in:
@@ -0,0 +1,46 @@
|
||||
//
|
||||
// Color Theme - Corporate
|
||||
// --------------------------------------------------
|
||||
|
||||
// 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-corporate-primary,
|
||||
$theme-corporate-light,
|
||||
$theme-corporate-lighter,
|
||||
$theme-corporate-dark,
|
||||
$theme-corporate-darker,
|
||||
$theme-corporate-body-bg,
|
||||
$theme-corporate-body-bg-dark,
|
||||
$theme-corporate-body-bg-light,
|
||||
$theme-corporate-body-color,
|
||||
$theme-corporate-body-color-dark,
|
||||
$theme-corporate-body-color-light,
|
||||
$theme-corporate-link-color,
|
||||
$theme-corporate-link-hover-color,
|
||||
$theme-corporate-headings-color,
|
||||
$theme-corporate-headings-small-color,
|
||||
$theme-corporate-header-bg,
|
||||
$theme-corporate-header-inverse-bg,
|
||||
$theme-corporate-sidebar-bg,
|
||||
$theme-corporate-sidebar-inverse-bg,
|
||||
$theme-corporate-side-overlay-bg,
|
||||
$theme-corporate-input-color,
|
||||
$theme-corporate-input-focus-color,
|
||||
$theme-corporate-input-border-color,
|
||||
$theme-corporate-input-focus-border-color,
|
||||
$theme-corporate-input-bg,
|
||||
$theme-corporate-input-focus-bg);
|
||||
@@ -0,0 +1,46 @@
|
||||
//
|
||||
// Color Theme - Earth
|
||||
// --------------------------------------------------
|
||||
|
||||
// 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-earth-primary,
|
||||
$theme-earth-light,
|
||||
$theme-earth-lighter,
|
||||
$theme-earth-dark,
|
||||
$theme-earth-darker,
|
||||
$theme-earth-body-bg,
|
||||
$theme-earth-body-bg-dark,
|
||||
$theme-earth-body-bg-light,
|
||||
$theme-earth-body-color,
|
||||
$theme-earth-body-color-dark,
|
||||
$theme-earth-body-color-light,
|
||||
$theme-earth-link-color,
|
||||
$theme-earth-link-hover-color,
|
||||
$theme-earth-headings-color,
|
||||
$theme-earth-headings-small-color,
|
||||
$theme-earth-header-bg,
|
||||
$theme-earth-header-inverse-bg,
|
||||
$theme-earth-sidebar-bg,
|
||||
$theme-earth-sidebar-inverse-bg,
|
||||
$theme-earth-side-overlay-bg,
|
||||
$theme-earth-input-color,
|
||||
$theme-earth-input-focus-color,
|
||||
$theme-earth-input-border-color,
|
||||
$theme-earth-input-focus-border-color,
|
||||
$theme-earth-input-bg,
|
||||
$theme-earth-input-focus-bg);
|
||||
@@ -0,0 +1,46 @@
|
||||
//
|
||||
// Color Theme - Elegance
|
||||
// --------------------------------------------------
|
||||
|
||||
// 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-elegance-primary,
|
||||
$theme-elegance-light,
|
||||
$theme-elegance-lighter,
|
||||
$theme-elegance-dark,
|
||||
$theme-elegance-darker,
|
||||
$theme-elegance-body-bg,
|
||||
$theme-elegance-body-bg-dark,
|
||||
$theme-elegance-body-bg-light,
|
||||
$theme-elegance-body-color,
|
||||
$theme-elegance-body-color-dark,
|
||||
$theme-elegance-body-color-light,
|
||||
$theme-elegance-link-color,
|
||||
$theme-elegance-link-hover-color,
|
||||
$theme-elegance-headings-color,
|
||||
$theme-elegance-headings-small-color,
|
||||
$theme-elegance-header-bg,
|
||||
$theme-elegance-header-inverse-bg,
|
||||
$theme-elegance-sidebar-bg,
|
||||
$theme-elegance-sidebar-inverse-bg,
|
||||
$theme-elegance-side-overlay-bg,
|
||||
$theme-elegance-input-color,
|
||||
$theme-elegance-input-focus-color,
|
||||
$theme-elegance-input-border-color,
|
||||
$theme-elegance-input-focus-border-color,
|
||||
$theme-elegance-input-bg,
|
||||
$theme-elegance-input-focus-bg);
|
||||
@@ -0,0 +1,46 @@
|
||||
//
|
||||
// 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);
|
||||
@@ -0,0 +1,46 @@
|
||||
//
|
||||
// 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);
|
||||
Reference in New Issue
Block a user