summaryrefslogtreecommitdiffstats
path: root/catalog-ui/src/app/ng2/components/ui/form-components/dropdown/ui-element-dropdown.component.less
blob: d1291d6c2ceacee76ea3cbb18da3556985fea7b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
@import '../../../../../../assets/styles/variables';

/deep/ .ui-element-dropdown {

  select {
    text-indent: 6px;
    border: solid 1px @main_color_o;
    width: 100%;
  }

}