ros.grant.common 2.0.1045 → 2.0.1046
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.
|
Binary file
|
|
@@ -584,12 +584,11 @@
|
|
|
584
584
|
&-menu {
|
|
585
585
|
background: #fff;
|
|
586
586
|
box-shadow: 0px 2px 10px rgba(58, 58, 58, 0.1);
|
|
587
|
-
padding: 0
|
|
587
|
+
padding: 0 16px;
|
|
588
588
|
margin: 0 -24px;
|
|
589
589
|
margin-bottom: 16px;
|
|
590
590
|
min-height: 48px;
|
|
591
591
|
display: flex;
|
|
592
|
-
justify-content: space-between;
|
|
593
592
|
overflow-x: auto;
|
|
594
593
|
overflow-y: hidden;
|
|
595
594
|
z-index: 1;
|
|
@@ -604,7 +603,7 @@
|
|
|
604
603
|
align-items: center;
|
|
605
604
|
justify-content: center;
|
|
606
605
|
text-align: center;
|
|
607
|
-
margin: 0
|
|
606
|
+
margin: 0 8px;
|
|
608
607
|
color: var(--Main1);
|
|
609
608
|
position: relative;
|
|
610
609
|
|
package/package.json
CHANGED