e0e748d16aec3f09717b10c8ea00841ef53c59ae
[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 }