@egovernments/digit-ui-components-css 2.0.0-dev-10 → 2.0.0-dev-11
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
|
@@ -239,6 +239,16 @@
|
|
|
239
239
|
|
|
240
240
|
min-height: 2.438rem;
|
|
241
241
|
|
|
242
|
+
&:first-child {
|
|
243
|
+
border-top-left-radius: var(--digitv2-borderRadius-radius2);
|
|
244
|
+
border-top-right-radius: var(--digitv2-borderRadius-radius2);
|
|
245
|
+
}
|
|
246
|
+
|
|
247
|
+
&:last-child {
|
|
248
|
+
border-bottom-left-radius: var(--digitv2-borderRadius-radius2);
|
|
249
|
+
border-bottom-right-radius: var(--digitv2-borderRadius-radius2);
|
|
250
|
+
}
|
|
251
|
+
|
|
242
252
|
.option-des-container {
|
|
243
253
|
@apply w-full max-w-full overflow-hidden box-border;
|
|
244
254
|
margin: 0.594rem theme("digitv2.spacers.spacer0") 0.594rem theme("digitv2.spacers.spacer0");
|
|
@@ -615,4 +625,8 @@
|
|
|
615
625
|
overflow-y: auto;
|
|
616
626
|
max-height: 20vmax;
|
|
617
627
|
box-shadow: 0rem 0.063rem 0.275rem 0rem #00000026;
|
|
628
|
+
}
|
|
629
|
+
|
|
630
|
+
.digit-multiselectdropdown-master-active{
|
|
631
|
+
overflow: hidden;
|
|
618
632
|
}
|
|
@@ -206,6 +206,16 @@
|
|
|
206
206
|
gap: 0.625rem;
|
|
207
207
|
min-height: 2.438rem;
|
|
208
208
|
color: theme("digitv2.lightTheme.text-primary") !important;
|
|
209
|
+
|
|
210
|
+
&:first-child {
|
|
211
|
+
border-top-left-radius: var(--digitv2-borderRadius-radius2);
|
|
212
|
+
border-top-right-radius: var(--digitv2-borderRadius-radius2);
|
|
213
|
+
}
|
|
214
|
+
|
|
215
|
+
&:last-child {
|
|
216
|
+
border-bottom-left-radius: var(--digitv2-borderRadius-radius2);
|
|
217
|
+
border-bottom-right-radius: var(--digitv2-borderRadius-radius2);
|
|
218
|
+
}
|
|
209
219
|
.profile-icon-container {
|
|
210
220
|
flex-shrink: 0;
|
|
211
221
|
border-radius: 4.5rem;
|
|
@@ -489,7 +489,9 @@
|
|
|
489
489
|
.digit-multiselectdropdown-master,
|
|
490
490
|
.digit-employee-card-textarea-field,
|
|
491
491
|
.digit-card-textarea-field,
|
|
492
|
-
.digit-multiselectdropdown-master-active
|
|
492
|
+
.digit-multiselectdropdown-master-active,
|
|
493
|
+
.digit-multiselectdropdown-server,
|
|
494
|
+
.digit-dropdown-options-card {
|
|
493
495
|
border-radius: var(--digitv2-borderRadius-radius2);
|
|
494
496
|
}
|
|
495
497
|
|