UNPKG

1 kBCSSView Raw
1/* FormGroup */
2/* Navlayout */
3.has-error .u-form-control {
4 border-color: rgb(244,67,54);
5 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
6
7.has-error .u-label {
8 color: rgb(244,67,54); }
9
10.has-error .u-input-group-addon {
11 color: rgb(244,67,54);
12 border-color: rgb(244,67,54);
13 background-color: rgb(255,205,210); }
14
15.has-success .u-form-control {
16 border-color: rgb(76,175,80);
17 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
18
19.has-success .u-label {
20 color: rgb(76,175,80); }
21
22.has-success .u-input-group-addon {
23 color: rgb(76,175,80);
24 border-color: rgb(76,175,80);
25 background-color: rgb(200,230,201); }
26
27.has-warning .u-label {
28 color: rgb(255,152,0); }
29
30.has-warning .u-form-control {
31 border-color: rgb(255,152,0);
32 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
33
34.has-warning .u-input-group-addon {
35 color: rgb(255,152,0);
36 border-color: rgb(255,152,0);
37 background-color: rgb(255,224,178); }
38
39.u-form-group {
40 margin-bottom: 15px;
41 margin-top: 15px; }