Prepare modules
This commit is contained in:
@ -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;
|
||||
|
@ -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;
|
||||
|
2
resources/assets/vendor/scss/core-dark.scss
vendored
2
resources/assets/vendor/scss/core-dark.scss
vendored
@ -2,3 +2,5 @@
|
||||
@import 'bootstrap-extended-dark';
|
||||
@import 'components-dark';
|
||||
@import 'colors-dark';
|
||||
|
||||
$primary-color: #4a8c08;
|
||||
|
2
resources/assets/vendor/scss/core.scss
vendored
2
resources/assets/vendor/scss/core.scss
vendored
@ -2,3 +2,5 @@
|
||||
@import 'bootstrap-extended';
|
||||
@import 'components';
|
||||
@import 'colors';
|
||||
|
||||
$primary-color: #4a8c08;
|
||||
|
@ -4,7 +4,7 @@
|
||||
@import './_theme/pages';
|
||||
@import './_theme/_theme';
|
||||
|
||||
$primary-color: #7367f0;
|
||||
$primary-color: #155dfc;
|
||||
|
||||
body {
|
||||
background: $card-bg;
|
||||
|
@ -4,7 +4,7 @@
|
||||
@import './_theme/pages';
|
||||
@import './_theme/_theme';
|
||||
|
||||
$primary-color: #7367f0;
|
||||
$primary-color: #155dfc;
|
||||
$body-bg: #f8f7fa;
|
||||
|
||||
body {
|
||||
|
@ -4,7 +4,7 @@
|
||||
@import './_theme/pages';
|
||||
@import './_theme/_theme';
|
||||
|
||||
$primary-color: #7367f0;
|
||||
$primary-color: #155dfc;
|
||||
|
||||
body {
|
||||
background: $body-bg;
|
||||
|
@ -4,7 +4,7 @@
|
||||
@import './_theme/pages';
|
||||
@import './_theme/_theme';
|
||||
|
||||
$primary-color: #7367f0;
|
||||
$primary-color: #155dfc;
|
||||
$body-bg: #f8f7fa;
|
||||
|
||||
body {
|
||||
|
@ -4,7 +4,7 @@
|
||||
@import './_theme/pages';
|
||||
@import './_theme/_theme';
|
||||
|
||||
$primary-color: #7367f0;
|
||||
$primary-color: #155dfc;
|
||||
|
||||
body {
|
||||
background: $body-bg;
|
||||
|
@ -4,7 +4,7 @@
|
||||
@import './_theme/pages';
|
||||
@import './_theme/_theme';
|
||||
|
||||
$primary-color: #7367f0;
|
||||
$primary-color: #155dfc;
|
||||
$body-bg: #f8f7fa;
|
||||
|
||||
body {
|
||||
|
Reference in New Issue
Block a user