8c8fcea7a7a0838c125cec14525ad7a549f5e265
[angular-drzb] / app / css / app.css
1
2 /* validation hints */
3
4 input.ng-invalid,
5 input.ng-invalid-required {
6         border: 1px solid red;
7 }
8
9 /*
10 input.ng-valid-required {
11         border: 1px solid green;
12 }
13 */
14
15 label.ng-invalid {
16         color: red;
17 }
18
19 textarea.ng-invalid {
20         border: 1px solid red;
21         color: red;
22 }
23
24 .filter-true {
25         background-color: red;
26 }
27
28 .filter-false {
29         background-color: blue;
30 }
31
32 /*
33  * every registration state has also it's own color
34  * and app/partials template
35  */
36
37 .draft {
38         color: #c00;
39 }
40
41 .confirmation {
42         color: #00c;
43 }
44
45 .verified {
46         color: #080;
47 }
48
49 .review {
50         color: #c80;
51 }
52
53 .print-center {
54         text-align: center;
55         display: block; /* wrap in new line */
56 }
57
58 .print-bold {
59         font-weight: bold;
60 }
61