form-select.component.scss 271 Bytes
Newer Older
Ooh-Ao committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14
::ng-deep{
  .dark{
    .list-area {
            background-color: rgb(var(--dark-bg)) !important;
        }
    
        .ng-dropdown-panel {
            border-color: (var(--tw-border-opacity));
        }
  }
  .pilled-selcect{
    border-radius: 50px !important;
  }
}