-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstyle.css
More file actions
46 lines (37 loc) · 707 Bytes
/
style.css
File metadata and controls
46 lines (37 loc) · 707 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
.error {
color: tomato;
}
.swal-overlay {
background-color: rgba(199, 32, 32, 0.45);
}
.swal-footer {
background-color: rgb(245, 248, 250);
margin-top: 32px;
border-top: 1px solid #E9EEF1;
overflow: hidden;
}
.form-control {
width: auto !important;
margin: 0px auto !important;
display: block !important;
}
a:not([href]):not([tabindex]) {
color: white !important;
text-decoration: none;
}
.text-primary {
color: white !important
}
a.text-primary:focus,
a.text-primary:hover {
color: white !important
}
.btn-space {
margin-left: 15px !important;
}
.table-responsive {
display: table;
}
.btn-outline-primary {
color: white !important;
}