@appartmint/mint 1.0.9 → 1.0.10
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
|
@@ -23,7 +23,6 @@
|
|
|
23
23
|
background-color: css-var(header-back);
|
|
24
24
|
z-index: 10000;
|
|
25
25
|
height: css-var(header-height);
|
|
26
|
-
//padding: 0 calc(css-var(header-height) / 2);
|
|
27
26
|
|
|
28
27
|
&#{class(right)} {
|
|
29
28
|
#{id(wrapper)} {
|
|
@@ -429,7 +428,6 @@
|
|
|
429
428
|
border-radius: $header-link-border-radius;
|
|
430
429
|
|
|
431
430
|
@include break(xs) {
|
|
432
|
-
font-size: 4em;
|
|
433
431
|
padding: 1rem 1.5rem;
|
|
434
432
|
|
|
435
433
|
i {
|