lems-select.component.scss 442 B

123456789101112131415161718192021222324252627282930
  1. // ng-select overrides
  2. ::ng-deep .ng-select {
  3. min-width: 150px;
  4. }
  5. ::ng-deep .ng-dropdown-panel {
  6. .ng-dropdown-panel-items {
  7. .ng-optgroup {
  8. font-size: 90%;
  9. font-variant: small-caps;
  10. }
  11. .ng-option {
  12. padding-left: 10px !important;
  13. }
  14. }
  15. }
  16. .lem-select-toolbar {
  17. display: flex;
  18. .btn {
  19. flex-grow: 1;
  20. }
  21. }
  22. .select-all-btn {
  23. cursor: pointer;
  24. }