1
- @import ' ./theme_variables' ;
2
-
3
1
// =========== Webpack ===========
4
2
@import ' ~animate.css/animate' ;
5
3
@import ' ~bootstrap-select/dist/css/bootstrap-select.min' ;
@@ -30,13 +28,13 @@ footer {
30
28
}
31
29
32
30
.app-header-dark {
33
- background-color : #222230 !important ;
31
+ background-color : $color-gray-800 !important ;
34
32
}
35
33
36
34
li .menu-item.active {
37
35
a .menu-link {
38
- color : #222230 ;
39
- background-color : #ffffff ;
36
+ color : $color-gray-800 ;
37
+ background-color : $color-white ;
40
38
}
41
39
}
42
40
@@ -71,15 +69,11 @@ button.layout-button {
71
69
flex-direction : column ;
72
70
min-width : 0 ;
73
71
word-wrap : break-word ;
74
- background-color : #fff ;
72
+ background-color : $color-white ;
75
73
background-clip : border-box ;
76
- border : 1px solid rgba (20 , 20 , 31 , 0.12 );
77
- border-radius : 0.25rem ;
78
74
}
79
75
80
76
.form-group {
81
- $color-danger : rgb (183 , 107 , 163 );
82
- $color-danger-light : rgba (183 , 107 , 163 , 0.15 );
83
77
.field_with_errors {
84
78
label {
85
79
color : $color-danger ;
@@ -97,8 +91,14 @@ button.layout-button {
97
91
98
92
.app-header ,
99
93
.auth-header {
100
- background-color : #15003e !important ;
94
+ background-color : $color-purple !important ;
101
95
background-image : url (' ../../../images/patterns/pattern2.svg' );
102
96
background-size : initial ;
103
97
background-repeat : repeat ;
104
98
}
99
+
100
+ .dashboard-grid-wrapper {
101
+ display : grid ;
102
+ grid-gap : 10px 20px ;
103
+ grid-template-columns : repeat (auto-fit , minmax (300px , 1fr ));
104
+ }
0 commit comments