aboutsummaryrefslogtreecommitdiffstats
path: root/catalog-ui/src/app/ng2/components/logic/select-directives/select-directives.component.less
blob: e168532549c6285ab88f68a5d2e63792e23e1544 (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 {
  .multi-select-dropdown-box {
    padding: 15px 12px;
    position: relative;
    height: 200px;
    color: @main_color_a;
  }

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