-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
44 lines (38 loc) · 997 Bytes
/
style.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
/* Overwrite UIKit v3 */
legend {
width: fit-content;
}
fieldset {
border: 1px solid rgba(0, 0, 0, .125);
border-radius: .25em;
}
/* Overwrite DataTables */
table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child:before,
table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th:first-child:before {
top: 15px;
transform-origin: 25% 50%;
border: 8px solid transparent;
border-left-color: #007bff;
width: 0;
height: 0;
display: inline-block;
text-align: center;
content: '';
color: #AAAFAB;
-webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-o-transition: all .5s ease;
transition: all .5s ease;
position: absolute;
margin-top: 1px;
background-color: inherit;
box-shadow: none;
border-radius: 0;
}
table.dataTable.dtr-inline.collapsed>tbody>tr.parent>td:first-child:before,
table.dataTable.dtr-inline.collapsed>tbody>tr.parent>th:first-child:before {
transform: rotate(90deg);
}
.uk-slideshow-items {
min-height: 100vh !important;
}