ecomlab-components-next 0.1.272 → 0.1.273
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.
|
@@ -71,7 +71,7 @@
|
|
|
71
71
|
gap: 10px;
|
|
72
72
|
margin: 0;
|
|
73
73
|
padding: 0;
|
|
74
|
-
max-height:
|
|
74
|
+
max-height: 800px;
|
|
75
75
|
overflow: visible;
|
|
76
76
|
transition: max-height 0.35s ease, opacity 0.3s ease;
|
|
77
77
|
}
|
|
@@ -162,7 +162,7 @@
|
|
|
162
162
|
}
|
|
163
163
|
|
|
164
164
|
.footer__list_active {
|
|
165
|
-
max-height:
|
|
165
|
+
max-height: 800px;
|
|
166
166
|
opacity: 1;
|
|
167
167
|
visibility: visible;
|
|
168
168
|
overflow: visible;
|
|
@@ -199,7 +199,7 @@
|
|
|
199
199
|
|
|
200
200
|
// На планшете активный список (открытый)
|
|
201
201
|
&__list {
|
|
202
|
-
max-height:
|
|
202
|
+
max-height: 800px;
|
|
203
203
|
opacity: 1;
|
|
204
204
|
visibility: visible;
|
|
205
205
|
overflow: visible;
|
|
@@ -245,7 +245,7 @@
|
|
|
245
245
|
|
|
246
246
|
// На мобильных активный список (открытый)
|
|
247
247
|
&__list {
|
|
248
|
-
max-height:
|
|
248
|
+
max-height: 800px;
|
|
249
249
|
opacity: 1;
|
|
250
250
|
visibility: visible;
|
|
251
251
|
overflow: visible;
|