@omniumretail/component-library 1.0.68 → 1.0.69
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/main.css
CHANGED
|
@@ -884,12 +884,12 @@ Label {
|
|
|
884
884
|
.Q4flbvKEPN6Jx9Cob22I {
|
|
885
885
|
background: #EBECED;
|
|
886
886
|
overflow: auto;
|
|
887
|
-
padding: 20px
|
|
888
|
-
max-height: 80px;
|
|
887
|
+
padding: 20px;
|
|
889
888
|
}
|
|
890
|
-
@media (
|
|
889
|
+
@media (max-width: 600px) {
|
|
891
890
|
.Q4flbvKEPN6Jx9Cob22I {
|
|
892
|
-
padding: 20px;
|
|
891
|
+
padding: 20px 20px 0 20px;
|
|
892
|
+
max-height: 80px;
|
|
893
893
|
}
|
|
894
894
|
}
|
|
895
895
|
|
package/package.json
CHANGED
|
@@ -16,11 +16,11 @@
|
|
|
16
16
|
.sidebarWrapper {
|
|
17
17
|
background: #EBECED;
|
|
18
18
|
overflow: auto;
|
|
19
|
-
padding: 20px
|
|
20
|
-
max-height: 80px;
|
|
19
|
+
padding: 20px;
|
|
21
20
|
|
|
22
|
-
@media(
|
|
23
|
-
padding: 20px;
|
|
21
|
+
@media(max-width: 600px) {
|
|
22
|
+
padding: 20px 20px 0 20px;
|
|
23
|
+
max-height: 80px;
|
|
24
24
|
}
|
|
25
25
|
}
|
|
26
26
|
|