summaryrefslogtreecommitdiffstats
path: root/catalog-ui/src/app/ng2/components/logic/select-directives/select-directives.component.less
blob: d0b7ff45d0d7b02d30e16d09b387c4dacfddaab8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
@import "~@ng-select/ng-select/themes/default.theme.css";
@import './../../../../../assets/styles/variables.less';

.select-directives {
  height: 350px;
  .multi-select-dropdown-box {
    padding: 15px 12px;
    position: relative;
    color: @main_color_a;
  }

  .apply-btn {
    margin: 15px;
  }
}