@it-enterprise/forcebpm-ui-kit 1.0.2-beta.30 → 1.0.2-beta.31
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/package.json
CHANGED
|
@@ -1,3 +1,6 @@
|
|
|
1
1
|
<svg width="10" height="12" viewBox="0 0 10 12" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="
|
|
2
|
+
<path d="M1 9.75L2.5 11L4 9.75" stroke="#3B3B47"/>
|
|
3
|
+
<path d="M2.5 1L2.5 11" stroke="#3B3B47"/>
|
|
4
|
+
<path d="M9.5 2.25L8 1L6.5 2.25" stroke="#3B3B47"/>
|
|
5
|
+
<path d="M8 11L8 1" stroke="#3B3B47"/>
|
|
3
6
|
</svg>
|
|
@@ -190,6 +190,22 @@
|
|
|
190
190
|
}
|
|
191
191
|
}
|
|
192
192
|
|
|
193
|
+
// Select
|
|
194
|
+
.f-input.v-select {
|
|
195
|
+
&.v-select--active-menu {
|
|
196
|
+
.v-select__menu-icon {
|
|
197
|
+
transform: rotate(180deg);
|
|
198
|
+
}
|
|
199
|
+
}
|
|
200
|
+
.v-field {
|
|
201
|
+
.v-field__input {
|
|
202
|
+
padding-inline: 12px 8px;
|
|
203
|
+
font-size: 0.85em;
|
|
204
|
+
min-height: 45px;
|
|
205
|
+
}
|
|
206
|
+
}
|
|
207
|
+
}
|
|
208
|
+
|
|
193
209
|
// Autocomplete
|
|
194
210
|
.f-input.v-autocomplete {
|
|
195
211
|
&.v-autocomplete--active-menu {
|
|
@@ -298,6 +314,7 @@
|
|
|
298
314
|
}
|
|
299
315
|
.v-label {
|
|
300
316
|
margin-left: 4px;
|
|
317
|
+
font-size: 0.85em;
|
|
301
318
|
}
|
|
302
319
|
}
|
|
303
320
|
|