@appartmint/mint 4.2.13 → 4.2.15
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/dist/css/mint.css
CHANGED
|
@@ -2168,6 +2168,7 @@ app-root {
|
|
|
2168
2168
|
|
|
2169
2169
|
html {
|
|
2170
2170
|
overflow-x: hidden;
|
|
2171
|
+
scrollbar-gutter: stable;
|
|
2171
2172
|
}
|
|
2172
2173
|
|
|
2173
2174
|
html,
|
|
@@ -2386,6 +2387,14 @@ textarea {
|
|
|
2386
2387
|
flex-shrink: 0;
|
|
2387
2388
|
}
|
|
2388
2389
|
|
|
2390
|
+
:root {
|
|
2391
|
+
--mint-xs: 480px;
|
|
2392
|
+
--mint-sm: 768px;
|
|
2393
|
+
--mint-md: 1024px;
|
|
2394
|
+
--mint-lg: 1200px;
|
|
2395
|
+
--mint-xl: 1440px;
|
|
2396
|
+
}
|
|
2397
|
+
|
|
2389
2398
|
.mint-pad-auto {
|
|
2390
2399
|
padding-left: auto;
|
|
2391
2400
|
padding-right: auto;
|