8073c3858ef22fb3d3abbc8c5e2f68e74900afda
[sdc.git] /
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 }