matcha-theme 20.221.0 → 20.222.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/layout/matcha-page-layout.scss +12 -12
- package/package.json +1 -1
|
@@ -76,7 +76,7 @@
|
|
|
76
76
|
padding: 16px 24px;
|
|
77
77
|
border-radius: 8px;
|
|
78
78
|
background: getSurface($theme);
|
|
79
|
-
@include
|
|
79
|
+
@include elevation(1);
|
|
80
80
|
button,
|
|
81
81
|
form {
|
|
82
82
|
&:nth-child(n):not(.float-btn-new):not(.btn-search-filter) {
|
|
@@ -139,7 +139,7 @@
|
|
|
139
139
|
overflow: initial;
|
|
140
140
|
// background: map-get($background, background);
|
|
141
141
|
border-radius: 8px;
|
|
142
|
-
@include
|
|
142
|
+
@include elevation(1);
|
|
143
143
|
// Style
|
|
144
144
|
display: flex;
|
|
145
145
|
flex-direction: column;
|
|
@@ -147,28 +147,28 @@
|
|
|
147
147
|
overflow: hidden;
|
|
148
148
|
|
|
149
149
|
&.card-flat {
|
|
150
|
-
@include
|
|
150
|
+
@include elevation(0);
|
|
151
151
|
}
|
|
152
152
|
&.bg-card-view {
|
|
153
153
|
// Theme
|
|
154
|
-
@include
|
|
154
|
+
@include elevation(0);
|
|
155
155
|
// Style
|
|
156
156
|
margin: 0 -16px;
|
|
157
157
|
|
|
158
158
|
.content {
|
|
159
159
|
// Theme
|
|
160
|
-
@include
|
|
160
|
+
@include elevation(0);
|
|
161
161
|
// Style
|
|
162
162
|
background: transparent;
|
|
163
163
|
}
|
|
164
164
|
}
|
|
165
165
|
&.bg-list-view {
|
|
166
166
|
// Theme
|
|
167
|
-
@include
|
|
167
|
+
@include elevation(0);
|
|
168
168
|
// Style
|
|
169
169
|
.content {
|
|
170
170
|
// Theme
|
|
171
|
-
@include
|
|
171
|
+
@include elevation(0);
|
|
172
172
|
// Style
|
|
173
173
|
background: transparent;
|
|
174
174
|
}
|
|
@@ -283,7 +283,7 @@
|
|
|
283
283
|
|
|
284
284
|
// Sidebar
|
|
285
285
|
.sidebar {
|
|
286
|
-
@include
|
|
286
|
+
@include elevation(7);
|
|
287
287
|
|
|
288
288
|
display: flex;
|
|
289
289
|
flex-direction: column;
|
|
@@ -329,7 +329,7 @@
|
|
|
329
329
|
// Center
|
|
330
330
|
.center {
|
|
331
331
|
.content-card {
|
|
332
|
-
@include
|
|
332
|
+
@include elevation(1);
|
|
333
333
|
background: getSurface($theme);
|
|
334
334
|
border-radius: 8px;
|
|
335
335
|
> .toolbar {
|
|
@@ -518,7 +518,7 @@
|
|
|
518
518
|
// Center
|
|
519
519
|
> .center {
|
|
520
520
|
// Theme
|
|
521
|
-
@include
|
|
521
|
+
@include elevation(1);
|
|
522
522
|
|
|
523
523
|
// Style
|
|
524
524
|
position: relative;
|
|
@@ -547,7 +547,7 @@
|
|
|
547
547
|
// Sidebar
|
|
548
548
|
> .sidebar {
|
|
549
549
|
// Theme
|
|
550
|
-
@include
|
|
550
|
+
@include elevation(7);
|
|
551
551
|
|
|
552
552
|
// Style
|
|
553
553
|
width: 240px;
|
|
@@ -587,7 +587,7 @@
|
|
|
587
587
|
> .center {
|
|
588
588
|
> .content {
|
|
589
589
|
background: getSurface($theme);
|
|
590
|
-
@include
|
|
590
|
+
@include elevation(1);
|
|
591
591
|
}
|
|
592
592
|
}
|
|
593
593
|
}
|