@@ -73,39 +73,39 @@ $colors: (
7373 focus : $focuscolor ,
7474 focus-shadow : $focusshadow ,
7575 toggle-color : $white , // used in sidebar
76- atum -sidebar-bg : var (--atum -bg-dark-80 ),
77- atum -sidebar-font-color : $white ,
78- atum -sidebar-link-color : $white ,
79- atum -bg-light : #f0f4fb , // light background color, frontend dashboard background
80- atum -text-light : $white ,
81- atum -special-color : $dark-blue ,
82- atum -link-color : $light-blue ,
83- atum -link-hover-color : darken ($light-blue , 20% ),
84- atum -contrast : $light-blue ,
85- atum -bg-dark : hsl (var (--hue ), 40% , 20% ),
86- atum -bg-dark-3 : hsl (var (--hue ), 40% , 97% ),
87- atum -bg-dark-5 : hsl (var (--hue ), 40% , 95% ),
88- atum -bg-dark-7 : hsl (var (--hue ), 40% , 93% ),
89- atum -bg-dark-10 : hsl (var (--hue ), 40% , 90% ),
90- atum -bg-dark-15 : hsl (var (--hue ), 40% , 85% ),
91- atum -bg-dark-20 : hsl (var (--hue ), 40% , 80% ),
92- atum -bg-dark-30 : hsl (var (--hue ), 40% , 70% ),
93- atum -bg-dark-40 : hsl (var (--hue ), 40% , 60% ),
94- atum -bg-dark-50 : hsl (var (--hue ), 40% , 50% ),
95- atum -bg-dark-60 : hsl (var (--hue ), 40% , 40% ),
96- atum -bg-dark-65 : hsl (var (--hue ), 40% , 35% ),
97- atum -bg-dark-70 : hsl (var (--hue ), 40% , 30% ),
98- atum -bg-dark-75 : hsl (var (--hue ), 40% , 25% ),
99- atum -bg-dark-80 : hsl (var (--hue ), 40% , 20% ),
100- atum -bg-dark-90 : hsl (var (--hue ), 40% , 10% )
76+ template -sidebar-bg : var (--template -bg-dark-80 ),
77+ template -sidebar-font-color : $white ,
78+ template -sidebar-link-color : $white ,
79+ template -bg-light : #f0f4fb , // light background color, frontend dashboard background
80+ template -text-light : $white ,
81+ template -special-color : $dark-blue ,
82+ template -link-color : $light-blue ,
83+ template -link-hover-color : darken ($light-blue , 20% ),
84+ template -contrast : $light-blue ,
85+ template -bg-dark : hsl (var (--hue ), 40% , 20% ),
86+ template -bg-dark-3 : hsl (var (--hue ), 40% , 97% ),
87+ template -bg-dark-5 : hsl (var (--hue ), 40% , 95% ),
88+ template -bg-dark-7 : hsl (var (--hue ), 40% , 93% ),
89+ template -bg-dark-10 : hsl (var (--hue ), 40% , 90% ),
90+ template -bg-dark-15 : hsl (var (--hue ), 40% , 85% ),
91+ template -bg-dark-20 : hsl (var (--hue ), 40% , 80% ),
92+ template -bg-dark-30 : hsl (var (--hue ), 40% , 70% ),
93+ template -bg-dark-40 : hsl (var (--hue ), 40% , 60% ),
94+ template -bg-dark-50 : hsl (var (--hue ), 40% , 50% ),
95+ template -bg-dark-60 : hsl (var (--hue ), 40% , 40% ),
96+ template -bg-dark-65 : hsl (var (--hue ), 40% , 35% ),
97+ template -bg-dark-70 : hsl (var (--hue ), 40% , 30% ),
98+ template -bg-dark-75 : hsl (var (--hue ), 40% , 25% ),
99+ template -bg-dark-80 : hsl (var (--hue ), 40% , 20% ),
100+ template -bg-dark-90 : hsl (var (--hue ), 40% , 10% )
101101);
102102
103103// Alerts
104104$alert-border-level : 0 ;
105105$alert-color-level : 0 ;
106106
107107// Global
108- $atum-box-shadow : 0 2px 10px -8px var (--atum -bg-dark-50 );
108+ $atum-box-shadow : 0 2px 10px -8px var (--template -bg-dark-50 );
109109$enable-rounded : true;
110110$input-box-shadow : inset 0 0 0 .1rem #e9e9e9 ;
111111$input-btn-padding-y : .5rem ;
@@ -133,7 +133,7 @@ $h3-font-size: 1.25rem;
133133$h4-font-size : 1rem ;
134134$h5-font-size : .9286rem ;
135135$h6-font-size : .8571rem ;
136- $headings-color : var (--atum -bg-dark );
136+ $headings-color : var (--template -bg-dark );
137137$font-size-sm : .8rem ;
138138$font-size-vsm : .6rem ;
139139$display1-size : 1rem ;
@@ -159,7 +159,7 @@ $extrabold-weight: 800;
159159$black-weight : 900 ;
160160
161161// Text
162- $body-color : var (--atum -text-dark ); // only used in bootstrap, please use --atum -color-dark
162+ $body-color : var (--template -text-dark ); // only used in bootstrap, please use --template -color-dark
163163
164164// Tables
165165$table-bg : var (--white );
@@ -172,7 +172,7 @@ $table-group-separator-color: $gray-300;
172172// Dropdowns
173173$dropdown-padding-y : 0 ;
174174$dropdown-box-shadow : 0 1px 1px rgba ($black , .15 );
175- $dropdown-link-hover-color : var (--atum -text-dark );
175+ $dropdown-link-hover-color : var (--template -text-dark );
176176$dropdown-border-width : 1px ;
177177$dropdown-item-padding-y : .5rem ;
178178$dropdown-item-padding-x : .75rem ;
@@ -187,9 +187,9 @@ $state-success-text: $success;
187187$state-success-bg : lighten ($success , 58% );
188188$state-success-border : hsl (var (--hue ),50% ,93% );
189189
190- $state-info-text : var (--atum -bg-dark-70 );
190+ $state-info-text : var (--template -bg-dark-70 );
191191$state-info-bg : var (--white );
192- $state-info-border : var (--atum -bg-dark-70 );
192+ $state-info-border : var (--template -bg-dark-70 );
193193
194194$state-warning-text : darken ($warning , 24% );
195195$state-warning-bg : lighten ($warning , 44% );
@@ -223,7 +223,7 @@ $info-txt: $white;
223223// Input Group
224224$input-group-addon-color : var (--white );
225225$input-group-addon-bg : $base-color ;
226- $input-group-addon-border-color : var (--atum -bg-dark );
226+ $input-group-addon-border-color : var (--template -bg-dark );
227227
228228// Treeselect
229229$treeselect-line-height : 2.2rem ;
@@ -241,7 +241,7 @@ $input-btn-submenu-icon-distance: 1rem;
241241
242242// Custom form
243243$form-select-indicator-padding : 3rem ;
244- $form-select-bg : var (--atum -bg-light );
244+ $form-select-bg : var (--template -bg-light );
245245$form-select-bg-size : 116rem ;
246246$form-select-indicator : url (" ../images/select-bg.svg" );
247247$form-select-indicator-rtl : url (" ../images/select-bg-rtl.svg" );
@@ -256,7 +256,7 @@ $form-file-button-color: var(--white);
256256
257257// input
258258$input-padding : .5rem 1rem ;
259- $input-border : solid 1px var (--atum -bg-dark-20 );
259+ $input-border : solid 1px var (--template -bg-dark-20 );
260260
261261// Modals
262262$modal-header-height : 2.875rem ;
@@ -277,8 +277,8 @@ $grid-gutter-width-s: 15px;
277277$breadcrumb-bg : var (--white );
278278
279279// Links
280- $link-color : var (--atum -link-color );
281- $link-hover-color : var (--atum -link-hover-color );
280+ $link-color : var (--template -link-color );
281+ $link-hover-color : var (--template -link-hover-color );
282282$link-decoration : none ;
283283
284284// Z-Index list
0 commit comments