voiptime-components 1.21.89 → 1.21.90
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/index.css +1 -1
- package/package.json +1 -1
- package/src/assets/_page.scss +0 -32
package/package.json
CHANGED
package/src/assets/_page.scss
CHANGED
|
@@ -152,17 +152,6 @@
|
|
|
152
152
|
align-items: center;
|
|
153
153
|
padding: 0 var(--vt-padding-lg) var(--vt-padding-base);
|
|
154
154
|
|
|
155
|
-
// Модифікатор: лейбл над контролом замість збоку
|
|
156
|
-
&--vertical {
|
|
157
|
-
flex-direction: column;
|
|
158
|
-
align-items: flex-start;
|
|
159
|
-
|
|
160
|
-
> label {
|
|
161
|
-
width: 100%;
|
|
162
|
-
margin-bottom: var(--vt-gap-sm, 4px);
|
|
163
|
-
}
|
|
164
|
-
}
|
|
165
|
-
|
|
166
155
|
> label {
|
|
167
156
|
width: 250px;
|
|
168
157
|
font-size: var(--font-size-sm);
|
|
@@ -183,27 +172,6 @@
|
|
|
183
172
|
color: var(--color-danger-main);
|
|
184
173
|
}
|
|
185
174
|
}
|
|
186
|
-
|
|
187
|
-
&-item-value {
|
|
188
|
-
width: 100%;
|
|
189
|
-
min-height: 36px;
|
|
190
|
-
padding: var(--padding-button);
|
|
191
|
-
box-sizing: border-box;
|
|
192
|
-
display: flex;
|
|
193
|
-
align-items: center;
|
|
194
|
-
font-size: var(--font-size-sm);
|
|
195
|
-
font-weight: var(--font-weight-medium);
|
|
196
|
-
color: var(--color-gray-1);
|
|
197
|
-
overflow: hidden;
|
|
198
|
-
text-overflow: ellipsis;
|
|
199
|
-
white-space: nowrap;
|
|
200
|
-
|
|
201
|
-
// Без "коробки" інпута — суцільний рядок тексту
|
|
202
|
-
&--plain {
|
|
203
|
-
min-height: auto;
|
|
204
|
-
padding: 0;
|
|
205
|
-
}
|
|
206
|
-
}
|
|
207
175
|
}
|
|
208
176
|
|
|
209
177
|
// Рядок всередині body без label (для inline-форм типу caller-id)
|