forked from EqualifyEverything/equalify
-
Notifications
You must be signed in to change notification settings - Fork 0
/
theme.css
76 lines (75 loc) · 1.4 KB
/
theme.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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
body{
min-height: 100vh;
}
.container{
max-width: 960px;
}
main{
display: flex;
flex-wrap: nowrap;
height: 100vh;
height: -webkit-fill-available;
min-height: 100vh;
overflow-x: auto;
overflow-y: scroll;
}
.bi{
vertical-align: -.125em;
pointer-events: none;
fill: currentColor;
}
.me-2{
margin-right: .5rem !important;
}
.sites tbody tr, .sites tbody td{
border: 0;
padding-top: 0;
}
.sites tbody tr{
opacity: .5;
font-size: .8em;
}
.sites tbody tr.parent{
font-weight: bold;
border-top: 1px solid;
opacity: 1;
font-size: 1em;
}
.sites tbody tr.parent td{
padding-top: .5rem;
}
pre code{
white-space: break-spaces;
word-break: break-word !important;
}
.nav-link{
color: #212529;
}
.fs-7{
font-size: .9em;
}
#brand{
text-transform: uppercase;
letter-spacing: .035em;
}
.badge .spinner-border-sm{
--bs-spinner-width: .7rem;
--bs-spinner-height: 0.7rem;
}
#terminal{
min-height: 600px;
}
#scan_log{
white-space: pre-wrap; /* Since CSS 2.1 */
white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
white-space: -pre-wrap; /* Opera 4-6 */
white-space: -o-pre-wrap; /* Opera 7 */
word-wrap: break-word; /* Internet Explorer 5.5+ */
}
.screen-reader-only {
position: absolute;
width: 1px;
clip: rect(0 0 0 0);
overflow: hidden;
white-space: nowrap;
}