[SDC-29] rebase continue work to align source
[sdc.git] / catalog-ui / src / app / ng2 / components / dynamic-element / elements-ui / integer-input / ui-element-integer-input.component.less
1 @import '../../../../../../assets/styles/variables';
2
3 /deep/ ui-element-integer-input {
4
5     input {
6         text-indent: 6px;
7         border: solid 1px @main_color_o;
8     }
9
10     .error {
11         border: solid 1px @func_color_q;
12         color: @func_color_q;
13         outline: none;
14         box-sizing: border-box;
15     }
16
17 }