@intellias/menu 2.4.7 → 2.4.8
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/main.css +3 -3
- package/package.json +1 -1
package/dist/css/main.css
CHANGED
|
@@ -281,7 +281,7 @@
|
|
|
281
281
|
justify-content: center;
|
|
282
282
|
align-items: center;
|
|
283
283
|
}
|
|
284
|
-
@media only screen and (max-width
|
|
284
|
+
@media only screen and (max-width: 1104px) {
|
|
285
285
|
.managers-portal-link {
|
|
286
286
|
font-size: 0.94rem;
|
|
287
287
|
}
|
|
@@ -933,7 +933,7 @@
|
|
|
933
933
|
align-items: center;
|
|
934
934
|
padding: 10px 22px;
|
|
935
935
|
}
|
|
936
|
-
@media only screen and (max-width
|
|
936
|
+
@media only screen and (max-width: 1104px) {
|
|
937
937
|
.intems-menu-sub-links-item {
|
|
938
938
|
padding: 10px;
|
|
939
939
|
}
|
|
@@ -945,7 +945,7 @@
|
|
|
945
945
|
border-left: solid #cbd5e1 1px;
|
|
946
946
|
padding-left: 22px;
|
|
947
947
|
}
|
|
948
|
-
@media only screen and (max-width
|
|
948
|
+
@media only screen and (max-width: 1104px) {
|
|
949
949
|
.intems-menu-sub-links-item + .intems-menu-sub-links-item {
|
|
950
950
|
padding-left: 10px;
|
|
951
951
|
}
|