@egovernments/digit-ui-components-css 2.0.0-dev-02 → 2.0.0-dev-04
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.
|
@@ -609,4 +609,26 @@
|
|
|
609
609
|
|
|
610
610
|
.cp{
|
|
611
611
|
cursor: pointer;
|
|
612
|
+
}
|
|
613
|
+
|
|
614
|
+
.digit-dropdown-options-card {
|
|
615
|
+
p {
|
|
616
|
+
@extend .light-text-color-primary;
|
|
617
|
+
padding-top: 0.875rem;
|
|
618
|
+
@apply w-full h-12 pl-sm text-text-primary text-form-field;
|
|
619
|
+
|
|
620
|
+
&:hover {
|
|
621
|
+
@extend .light-background;
|
|
622
|
+
@apply bg-grey-mid;
|
|
623
|
+
}
|
|
624
|
+
}
|
|
625
|
+
}
|
|
626
|
+
|
|
627
|
+
.digit-dropdown-options-card {
|
|
628
|
+
box-shadow: 0rem 0.063rem 0.275rem 0rem #00000026;
|
|
629
|
+
max-height: 20vmax;
|
|
630
|
+
position: absolute;
|
|
631
|
+
background-color: #ffffff;
|
|
632
|
+
overflow-x: hidden;
|
|
633
|
+
overflow-y: auto;
|
|
612
634
|
}
|