@appartmint/mint 4.2.32 → 4.2.34
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/package.json
CHANGED
|
@@ -36,6 +36,10 @@ body {
|
|
|
36
36
|
|
|
37
37
|
#{class(expand)} {
|
|
38
38
|
@include break($header-break) {
|
|
39
|
+
#{class(scroller)} {
|
|
40
|
+
display: contents;
|
|
41
|
+
}
|
|
42
|
+
|
|
39
43
|
#{controls(wrapper)} {
|
|
40
44
|
display: none;
|
|
41
45
|
}
|
|
@@ -330,6 +334,8 @@ body {
|
|
|
330
334
|
}
|
|
331
335
|
|
|
332
336
|
#{id(wrapper)} {
|
|
337
|
+
background: css-var($card-back);
|
|
338
|
+
|
|
333
339
|
nav {
|
|
334
340
|
flex-grow: 1;
|
|
335
341
|
height: auto;
|