b38949f1d5cb17d0b5588cd37afeeb0077d18d11
[roojs1] / scss / roojs-bootstrap / input.scss
1 div.input-group.has-feedback > .form-control-feedback {
2     right: 30px;
3 }
4
5 div.input-group.has-feedback > .roo-input-after + .form-control-feedback {
6     right: 39px;
7 }
8
9 .roo-required-indicator {
10     font-size: 8px;
11     color: $brand-danger;
12     vertical-align: top;
13 }
14
15 .roo-required-indicator.left-indicator {
16     margin-right: 3px;
17 }
18
19 .roo-required-indicator.right-indicator {
20     margin-left: 3px;
21 }