Prepare modules

This commit is contained in:
2025-03-22 12:44:30 -06:00
parent 099267ee07
commit 7d8566350d
137 changed files with 3723 additions and 4325 deletions

View File

@ -39,7 +39,7 @@ $grays: (
// scss-docs-start color-variables
$blue: #007bff !default;
$indigo: #6610f2 !default;
$purple: #7367f0 !default;
$purple: #64748b !default;
$pink: #e83e8c !default;
$red: #ff4c51 !default;
$orange: #fd7e14 !default;

View File

@ -35,7 +35,7 @@ $grays: (
// scss-docs-start color-variables
$blue: #007bff !default;
$indigo: #6610f2 !default;
$purple: #7367f0 !default;
$purple: #64748b !default;
$pink: #e83e8c !default;
$red: #ff4c51 !default;
$orange: #fd7e14 !default;

View File

@ -2,3 +2,5 @@
@import 'bootstrap-extended-dark';
@import 'components-dark';
@import 'colors-dark';
$primary-color: #4a8c08;

View File

@ -2,3 +2,5 @@
@import 'bootstrap-extended';
@import 'components';
@import 'colors';
$primary-color: #4a8c08;

View File

@ -4,7 +4,7 @@
@import './_theme/pages';
@import './_theme/_theme';
$primary-color: #7367f0;
$primary-color: #155dfc;
body {
background: $card-bg;

View File

@ -4,7 +4,7 @@
@import './_theme/pages';
@import './_theme/_theme';
$primary-color: #7367f0;
$primary-color: #155dfc;
$body-bg: #f8f7fa;
body {

View File

@ -4,7 +4,7 @@
@import './_theme/pages';
@import './_theme/_theme';
$primary-color: #7367f0;
$primary-color: #155dfc;
body {
background: $body-bg;

View File

@ -4,7 +4,7 @@
@import './_theme/pages';
@import './_theme/_theme';
$primary-color: #7367f0;
$primary-color: #155dfc;
$body-bg: #f8f7fa;
body {

View File

@ -4,7 +4,7 @@
@import './_theme/pages';
@import './_theme/_theme';
$primary-color: #7367f0;
$primary-color: #155dfc;
body {
background: $body-bg;

View File

@ -4,7 +4,7 @@
@import './_theme/pages';
@import './_theme/_theme';
$primary-color: #7367f0;
$primary-color: #155dfc;
$body-bg: #f8f7fa;
body {