summaryrefslogtreecommitdiffstats
path: root/catalog-ui/src/app/ng2/components/ui/form-components/dropdown/ui-element-dropdown.component.less
blob: ea3e35140e5904619bc62bee795637dedc197ab0 (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%;
    }

}