aboutsummaryrefslogtreecommitdiffstats
path: root/catalog-ui/src/app/ng2/components/dynamic-element/elements-ui/input/ui-element-input.component.less
blob: d320c7ff8b6b60141ac2fcb4996e1ff073c15796 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
@import '../../../../../../assets/styles/variables';

/deep/ ui-element-input {

    input {
        text-indent: 6px;
        border: solid 1px @main_color_o;
    }

    .error {
        border: solid 1px @func_color_q;
        color: @func_color_q;
        outline: none;
        box-sizing: border-box;
    }

}