first commit
This commit is contained in:
25
resources/assets/vendor/scss/_components/_variables-dark.scss
vendored
Normal file
25
resources/assets/vendor/scss/_components/_variables-dark.scss
vendored
Normal file
@ -0,0 +1,25 @@
|
||||
// Dark Layout Variables
|
||||
|
||||
// ! _variable-dark.scss file overrides _variable.scss file.
|
||||
|
||||
// Avatar
|
||||
// *******************************************************************************
|
||||
$avatar-bg: #373b50 !default; // (C)
|
||||
|
||||
// Menu
|
||||
// *******************************************************************************
|
||||
$menu-horizontal-box-shadow: 0px 1px 4px 0px rgba($shadow-bg, 0.1) !default;
|
||||
|
||||
// switch
|
||||
// *******************************************************************************
|
||||
$switch-off-color: rgba-to-hex($gray-600, $rgba-to-hex-bg) !default;
|
||||
$switch-off-bg: rgba-to-hex(rgba($base, 0.1), $rgba-to-hex-bg) !default;
|
||||
$switch-off-border: rgba-to-hex(rgba($base, 0.1), $rgba-to-hex-bg) !default;
|
||||
// Timeline
|
||||
// *******************************************************************************
|
||||
$timeline-border-color: rgba-to-hex(rgba($base, 0.12), $rgba-to-hex-bg) !default;
|
||||
$timeline-event-time-color: $body-color !default;
|
||||
|
||||
// Text Divider
|
||||
// *******************************************************************************
|
||||
$divider-color: $border-color !default;
|
Reference in New Issue
Block a user