voiptime-components 1.21.85 → 1.21.87
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 +16 -1
package/package.json
CHANGED
package/src/assets/_page.scss
CHANGED
|
@@ -124,7 +124,7 @@
|
|
|
124
124
|
display: flex;
|
|
125
125
|
align-items: center;
|
|
126
126
|
|
|
127
|
-
span {
|
|
127
|
+
> span {
|
|
128
128
|
color: var(--color-primary-main);
|
|
129
129
|
font-size: var(--font-size-base);
|
|
130
130
|
font-weight: var(--font-weight-regular);
|
|
@@ -172,6 +172,21 @@
|
|
|
172
172
|
color: var(--color-danger-main);
|
|
173
173
|
}
|
|
174
174
|
}
|
|
175
|
+
|
|
176
|
+
&-value {
|
|
177
|
+
width: 100%;
|
|
178
|
+
min-height: 36px;
|
|
179
|
+
padding: var(--padding-button);
|
|
180
|
+
box-sizing: border-box;
|
|
181
|
+
display: flex;
|
|
182
|
+
align-items: center;
|
|
183
|
+
font-size: var(--font-size-sm);
|
|
184
|
+
font-weight: var(--font-weight-medium);
|
|
185
|
+
color: var(--color-gray-1);
|
|
186
|
+
overflow: hidden;
|
|
187
|
+
text-overflow: ellipsis;
|
|
188
|
+
white-space: nowrap;
|
|
189
|
+
}
|
|
175
190
|
}
|
|
176
191
|
|
|
177
192
|
// Рядок всередині body без label (для inline-форм типу caller-id)
|