1- @import " ../../../../media/vendor/bootstrap/scss/functions" ;
1+ @import ' ../../../../media/vendor/bootstrap/scss/functions' ;
22
33$white : #fff ;
44$gray-100 : #f8f9fa ;
@@ -36,12 +36,12 @@ $theme-colors: map-merge((
3636), $theme-colors );
3737
3838// Global
39- $atum-template-color : #3073BB ;
39+ $atum-template-color : #3073bb ;
4040$atum-template-color-light : #3b97f9 ;
4141$atum-template-color-dark : #2b5c91 ;
4242$atum-container-main-bg : #ebeff5 ;
4343$atum-border-color : #ccc ;
44- $atum-box-shadow : 0 1px 2px rgba (0 ,0 , 0 , 0 .25 );
44+ $atum-box-shadow : 0 1px 2px rgba (0 , 0 , 0 , .25 );
4545$atum-block-header-bg : #f5f5f5 ;
4646$white-offset : #fefefe ;
4747$enable-rounded : false;
@@ -87,11 +87,11 @@ $h5-font-size: .9286rem;
8787$h6-font-size : .8571rem ;
8888$font-size-sm : .8rem ;
8989$fa-css-prefix : fa;
90- $fa-font-path : " ../../../../media/vendor/font-awesome/fonts" ;
90+ $fa-font-path : ' ../../../../media/vendor/font-awesome/fonts' ;
9191
9292// Tables
9393$table-bg : transparent ;
94- $table-bg-accent : rgba (0 ,0 , 0 , .03 );
94+ $table-bg-accent : rgba (0 , 0 , 0 , .03 );
9595$table-row-selected : #d9edf7 ;
9696
9797// Buttons + Forms
@@ -112,7 +112,7 @@ $dropdown-spacer: 0;
112112$atum-tabs-header-bg : $atum-block-header-bg ;
113113$nav-tabs-border-width : 0 ;
114114$nav-tabs-border-radius : 0 ;
115- $nav-tabs-link-active-bg : rgba (0 ,0 , 0 , .1 );
115+ $nav-tabs-link-active-bg : rgba (0 , 0 , 0 , .1 );
116116
117117// Tables
118118$table-border-width : 0 ;
@@ -126,20 +126,20 @@ $card-border-color: transparent;
126126
127127// Alerts
128128$state-success-text : $white ;
129- $state-success-bg : theme-color (" success" );
130- $state-success-border : darken (theme-color (" success" ), 5% );
129+ $state-success-bg : theme-color (' success' );
130+ $state-success-border : darken (theme-color (' success' ), 5% );
131131
132132$state-info-text : $white ;
133- $state-info-bg : theme-color (" info" );
134- $state-info-border : darken (theme-color (" info" ), 7% );
133+ $state-info-bg : theme-color (' info' );
134+ $state-info-border : darken (theme-color (' info' ), 7% );
135135
136136$state-warning-text : $white ;
137- $state-warning-bg : theme-color (" warning" );
138- $state-warning-border : darken (theme-color (" warning" ), 5% );
137+ $state-warning-bg : theme-color (' warning' );
138+ $state-warning-border : darken (theme-color (' warning' ), 5% );
139139
140140$state-danger-text : $white ;
141- $state-danger-bg : theme-color (" danger" );
142- $state-danger-border : darken (theme-color (" danger" ), 5% );
141+ $state-danger-bg : theme-color (' danger' );
142+ $state-danger-border : darken (theme-color (' danger' ), 5% );
143143
144144// Input Group
145145$input-group-addon-color : $white ;
@@ -168,8 +168,8 @@ $quickicon-bg: $white;
168168$quickicon-text-color : $gray-100 ;
169169$quickicon-box-shadow : $atum-box-shadow ;
170170$quickicon-box-shadow-hover : 0 0 8px 0 rgba ($black , .3 );
171- $quickicon-box-shadow-success : 0 0 3px 0 theme-color (" success" );
172- $quickicon-box-shadow-danger : 0 0 3px 0 theme-color (" danger" );
171+ $quickicon-box-shadow-success : 0 0 3px 0 theme-color (' success' );
172+ $quickicon-box-shadow-danger : 0 0 3px 0 theme-color (' danger' );
173173
174174// Gutter
175175$grid-gutter-width : 15px ;
0 commit comments