@intellias/menu 2.4.6 → 2.4.7
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 +16 -1
- package/package.json +1 -1
package/dist/css/main.css
CHANGED
|
@@ -281,6 +281,11 @@
|
|
|
281
281
|
justify-content: center;
|
|
282
282
|
align-items: center;
|
|
283
283
|
}
|
|
284
|
+
@media only screen and (max-width : 1040px) {
|
|
285
|
+
.managers-portal-link {
|
|
286
|
+
font-size: 0.94rem;
|
|
287
|
+
}
|
|
288
|
+
}
|
|
284
289
|
.managers-portal-link-counter {
|
|
285
290
|
display: inline-flex;
|
|
286
291
|
justify-content: center;
|
|
@@ -915,7 +920,7 @@
|
|
|
915
920
|
display: flex;
|
|
916
921
|
align-items: center;
|
|
917
922
|
}
|
|
918
|
-
@media only screen and (max-width: 1040px) {
|
|
923
|
+
@media only screen and (max-width : 1040px) {
|
|
919
924
|
.intems-menu-links--right {
|
|
920
925
|
display: none;
|
|
921
926
|
}
|
|
@@ -928,6 +933,11 @@
|
|
|
928
933
|
align-items: center;
|
|
929
934
|
padding: 10px 22px;
|
|
930
935
|
}
|
|
936
|
+
@media only screen and (max-width : 1040px) {
|
|
937
|
+
.intems-menu-sub-links-item {
|
|
938
|
+
padding: 10px;
|
|
939
|
+
}
|
|
940
|
+
}
|
|
931
941
|
.intems-menu-sub-links-item:last-child {
|
|
932
942
|
padding-right: 0;
|
|
933
943
|
}
|
|
@@ -935,6 +945,11 @@
|
|
|
935
945
|
border-left: solid #cbd5e1 1px;
|
|
936
946
|
padding-left: 22px;
|
|
937
947
|
}
|
|
948
|
+
@media only screen and (max-width : 1040px) {
|
|
949
|
+
.intems-menu-sub-links-item + .intems-menu-sub-links-item {
|
|
950
|
+
padding-left: 10px;
|
|
951
|
+
}
|
|
952
|
+
}
|
|
938
953
|
.intems-menu-right {
|
|
939
954
|
position: relative;
|
|
940
955
|
display: flex;
|