26 lines
1.0 KiB
SCSS
Raw Permalink Normal View History

2025-03-05 20:28:54 -06:00
// 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;