@omniumretail/component-library 1.0.69 → 1.0.70
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
|
@@ -865,13 +865,14 @@ Label {
|
|
|
865
865
|
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/components/CategoryResponse/styles.module.scss ***!
|
|
866
866
|
\*************************************************************************************************************************************************************************/
|
|
867
867
|
.rdjN4ln3xiUoa6Q0NMMm {
|
|
868
|
-
display:
|
|
869
|
-
|
|
868
|
+
display: flex;
|
|
869
|
+
flex-direction: column;
|
|
870
870
|
gap: 16px;
|
|
871
871
|
height: 100%;
|
|
872
872
|
}
|
|
873
873
|
@media (min-width: 600px) {
|
|
874
874
|
.rdjN4ln3xiUoa6Q0NMMm {
|
|
875
|
+
display: grid;
|
|
875
876
|
grid-template-columns: 220px auto;
|
|
876
877
|
}
|
|
877
878
|
}
|
|
@@ -886,7 +887,7 @@ Label {
|
|
|
886
887
|
overflow: auto;
|
|
887
888
|
padding: 20px;
|
|
888
889
|
}
|
|
889
|
-
@media (max-width:
|
|
890
|
+
@media (max-width: 599px) {
|
|
890
891
|
.Q4flbvKEPN6Jx9Cob22I {
|
|
891
892
|
padding: 20px 20px 0 20px;
|
|
892
893
|
max-height: 80px;
|
|
@@ -898,6 +899,11 @@ Label {
|
|
|
898
899
|
overflow: auto;
|
|
899
900
|
padding: 20px;
|
|
900
901
|
}
|
|
902
|
+
@media (max-width: 599px) {
|
|
903
|
+
.hK3soC6m563VuiLnNutq {
|
|
904
|
+
height: 100%;
|
|
905
|
+
}
|
|
906
|
+
}
|
|
901
907
|
|
|
902
908
|
.guqqOMHeZE56Bg2p5Ad8 {
|
|
903
909
|
font-size: var(--font-size-body-2);
|
package/package.json
CHANGED
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
.categoryResponse {
|
|
2
|
-
display:
|
|
3
|
-
|
|
2
|
+
display: flex;
|
|
3
|
+
flex-direction: column;
|
|
4
4
|
gap: 16px;
|
|
5
5
|
height: 100%;
|
|
6
6
|
|
|
7
7
|
@media(min-width: 600px) {
|
|
8
|
+
display: grid;
|
|
8
9
|
grid-template-columns: 220px auto;
|
|
9
10
|
}
|
|
10
11
|
|
|
@@ -18,7 +19,7 @@
|
|
|
18
19
|
overflow: auto;
|
|
19
20
|
padding: 20px;
|
|
20
21
|
|
|
21
|
-
@media(max-width:
|
|
22
|
+
@media(max-width: 599px) {
|
|
22
23
|
padding: 20px 20px 0 20px;
|
|
23
24
|
max-height: 80px;
|
|
24
25
|
}
|
|
@@ -28,6 +29,10 @@
|
|
|
28
29
|
background: var(--color-white);
|
|
29
30
|
overflow: auto;
|
|
30
31
|
padding: 20px;
|
|
32
|
+
|
|
33
|
+
@media(max-width: 599px) {
|
|
34
|
+
height: 100%;
|
|
35
|
+
}
|
|
31
36
|
}
|
|
32
37
|
|
|
33
38
|
.title {
|