channel-assignment-control.component.scss 344 B

12345678910111213141516171819202122
  1. @import "variables";
  2. :host {
  3. min-width: 200px;
  4. &.clr-input {
  5. border-bottom: none;
  6. padding: 0;
  7. }
  8. }
  9. ::ng-deep .ng-value, ::ng-deep .ng-option {
  10. > vdr-channel-badge {
  11. margin-bottom: -1px;
  12. }
  13. }
  14. ::ng-deep .ng-value > vdr-channel-badge {
  15. margin-left: 6px;
  16. }
  17. .channel-label {
  18. margin-right: 6px;
  19. }