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

}