@egovernments/digit-ui-components-css 2.0.0-dev-02 → 2.0.0-dev-03

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@egovernments/digit-ui-components-css",
3
- "version": "2.0.0-dev-02",
3
+ "version": "2.0.0-dev-03",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.css",
6
6
  "author": "Jagankumar <jagan.kumar@egovernments.org>",
@@ -531,4 +531,15 @@
531
531
  }
532
532
  }
533
533
  }
534
+ }
535
+
536
+ .digit-multiselectdropdown-server {
537
+ top: 2.5rem;
538
+ position: absolute;
539
+ z-index: 20;
540
+ background-color: #ffffff;
541
+ overflow-x: hidden;
542
+ overflow-y: auto;
543
+ max-height: 20vmax;
544
+ box-shadow: 0rem 0.063rem 0.275rem 0rem #00000026;
534
545
  }
@@ -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
  }