-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcustom.css
60 lines (48 loc) · 895 Bytes
/
custom.css
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
.section.level1, .section.level2, .section.level3, section.level1, section.level2, section.level3 {
margin-top: 0rem;
}
a {
text-decoration: none;
display: inline-block;
}
.value-box i {
float: right;
font-size: 0.4em;
}
.value-box .caption {
color: rgba(0, 0, 0, 0.7);;
}
.modal-content .col-sm-6 {
width: 25%;
}
.modal-content tfoot {
display: none;
}
.modal-content .dataTables_wrapper {
display: flex;
flex-wrap: wrap;
gap: 20%;
}
.modal-content .dataTables_paginate .pagination{
display: flex;
gap: 30px;
}
.modal-content .form-control {
max-width: 150px;
}
.value-box {
border-radius: 0.375rem !important;
}
.navbar-brand {
white-space: normal;
}
.shiny-input-container {
width: unset !important;
max-width: 100% !important;
}
@media (max-width: 575.98px) {
.navbar-header {
width:100%;
display: inline-flex !important;
}
}