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

}