ecomlab-components-next 0.1.142 → 0.1.143
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.
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
display: flex;
|
|
62
62
|
justify-content: flex-end;
|
|
63
63
|
gap: 8px;
|
|
64
|
-
max-width: calc(100% -
|
|
64
|
+
max-width: calc(100% - 300px);
|
|
65
65
|
margin-left: auto;
|
|
66
66
|
}
|
|
67
67
|
|
|
@@ -110,7 +110,7 @@
|
|
|
110
110
|
font-style: normal;
|
|
111
111
|
font-weight: 500;
|
|
112
112
|
line-height: 1.4;
|
|
113
|
-
max-width:
|
|
113
|
+
max-width: 300px;
|
|
114
114
|
}
|
|
115
115
|
|
|
116
116
|
&__item-section,
|
|
@@ -118,8 +118,8 @@
|
|
|
118
118
|
display: flex;
|
|
119
119
|
align-items: center;
|
|
120
120
|
justify-content: center;
|
|
121
|
-
min-width: calc(100%/6 - 48px/6 -
|
|
122
|
-
max-width: calc(100%/6 - 48px/6 -
|
|
121
|
+
min-width: calc(100%/6 - 48px/6 - 300px/6);
|
|
122
|
+
max-width: calc(100%/6 - 48px/6 - 300px/6);
|
|
123
123
|
margin-left: 0px;
|
|
124
124
|
margin-right: 8px;
|
|
125
125
|
}
|
|
@@ -129,8 +129,8 @@
|
|
|
129
129
|
width: 100%;
|
|
130
130
|
max-width: 100%;
|
|
131
131
|
margin-left: 0;
|
|
132
|
-
min-width:
|
|
133
|
-
max-width:
|
|
132
|
+
min-width: 300px;
|
|
133
|
+
max-width: 300px;
|
|
134
134
|
}
|
|
135
135
|
|
|
136
136
|
&__label {
|
|
@@ -452,7 +452,6 @@
|
|
|
452
452
|
line-height: 1.4;
|
|
453
453
|
|
|
454
454
|
span {
|
|
455
|
-
font-family: "Golos Text" !important;
|
|
456
455
|
font-weight: 400;
|
|
457
456
|
font-size: 14px;
|
|
458
457
|
}
|
|
@@ -490,4 +489,10 @@
|
|
|
490
489
|
margin-top: auto;
|
|
491
490
|
}
|
|
492
491
|
}
|
|
492
|
+
}
|
|
493
|
+
|
|
494
|
+
@media (max-width: 1439px) {
|
|
495
|
+
.tariffs-plan-2 {
|
|
496
|
+
display: none;
|
|
497
|
+
}
|
|
493
498
|
}
|