1 |
fad0afca
|
Dominik Chlouba
|
@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');
|
2 |
|
|
|
3 |
|
|
html, body {
|
4 |
|
|
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
|
5 |
|
|
}
|
6 |
|
|
|
7 |
|
|
a, .btn-link {
|
8 |
|
|
color: #0366d6;
|
9 |
|
|
}
|
10 |
|
|
|
11 |
|
|
.btn-primary {
|
12 |
|
|
color: #fff;
|
13 |
|
|
background-color: #1b6ec2;
|
14 |
|
|
border-color: #1861ac;
|
15 |
|
|
}
|
16 |
|
|
|
17 |
|
|
.content {
|
18 |
|
|
padding-top: 1.1rem;
|
19 |
|
|
}
|
20 |
|
|
|
21 |
|
|
.valid.modified:not([type=checkbox]) {
|
22 |
|
|
outline: 1px solid #26b050;
|
23 |
|
|
}
|
24 |
|
|
|
25 |
|
|
.invalid {
|
26 |
|
|
outline: 1px solid red;
|
27 |
|
|
}
|
28 |
|
|
|
29 |
|
|
.validation-message {
|
30 |
|
|
color: red;
|
31 |
|
|
}
|
32 |
|
|
|
33 |
|
|
#blazor-error-ui {
|
34 |
|
|
background: lightyellow;
|
35 |
|
|
bottom: 0;
|
36 |
|
|
box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
|
37 |
|
|
display: none;
|
38 |
|
|
left: 0;
|
39 |
|
|
padding: 0.6rem 1.25rem 0.7rem 1.25rem;
|
40 |
|
|
position: fixed;
|
41 |
|
|
width: 100%;
|
42 |
|
|
z-index: 1000;
|
43 |
|
|
}
|
44 |
|
|
|
45 |
|
|
#blazor-error-ui .dismiss {
|
46 |
|
|
cursor: pointer;
|
47 |
|
|
position: absolute;
|
48 |
|
|
right: 0.75rem;
|
49 |
|
|
top: 0.5rem;
|
50 |
|
|
}
|