-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsite.less
131 lines (108 loc) · 2.66 KB
/
site.less
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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
@import "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css";
.uw-pe {
@import (less) "https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.css";
@import (less) "https://cdn.datatables.net/1.11.3/css/dataTables.bootstrap5.css";
.dataTable thead {
display: none;
}
#mainDataTable {
width: 100% !important;
border: grey 1px solid;
border-radius: 5px;
}
.dataTableChild div {
margin: 0.25rem;
}
.dataTables_paginate a,
.dataTables_paginate a:hover {
text-decoration: none !important;
font-family: "Verlag";
color: black;
}
.dataTablesCustom_topic,
.dataTablesCustom_sort {
width: 220px;
float: right;
box-sizing: border-box;
min-height: calc(1.5em + (.5rem + 2px));
padding: .25rem .5rem;
border-radius: .2rem;
border: 1px solid #ced4da;
margin: 0 0.25em 0 0.5em;
}
.dataTablesCustom_order {
float: right;
height: 40px;
width: 30px;
color: #dddddd !important;
}
.dataTablesCustom_order:hover {
color: #c5050c !important;
}
.dataTablesCustom_length {
width: 50px;
padding: .25rem .5rem;
font-size: .875rem;
border-radius: .2rem;
border: 1px solid #ced4da;
margin: 0 0.25em 0 0.5em;
}
.dataTables_filter {
float: right;
}
.dataTables_length,
.dataTables_length label,
.dataTables_length select {
display: inline;
}
.dataTables_filter input {
width: 250px !important;
margin-bottom: 0.5em;
}
.dataTables_info,
.dataTables_filter input,
.dataTablesCustom_sort,
.dataTablesCustom_topic,
.dataTables_length,
.dataTables_length label,
.dataTables_length select {
font-size: 1rem !important;
}
.page-link {
margin: 0;
}
.page-item.active .page-link {
background-color: #c5050c;
border-color: #c5050c;
}
.paginate_button.previous,
.paginate_button.next,
.pagination .disabled {
padding: 0;
}
.row-title {
font-size: 1.75em;
}
.expandButton {
cursor: pointer;
text-align: center;
font-size: 1.75rem;
color: gray;
margin-bottom: 0.3em;
}
.dataTablesRow a {
color: grey;
}
.rightCol {
display: flex;
justify-content: flex-end;
}
.rightCol .expandButton {
align-self: flex-end;
}
.rightCol .fileLink {
align-self: flex-end;
font-size: 1.75rem;
margin-right: 1.5rem;
}
}