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

}