-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsite.css
70 lines (55 loc) · 818 Bytes
/
site.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
/*
Element selectors
*/
fieldset {
border-radius: 0.25rem;
}
iframe {
border: none;
}
/*
Modifications to Bootstrap classes.
*/
.form-inline>label {
margin-right: 0.25rem;
}
.form-inline>.form-control:not(:last-child) {
margin-right: 0.5rem;
}
.list-group {
list-style-type: none;
}
.list-group-item {
background-color: var(--light);
}
.nav-tabs .nav-link {
border-color: #e9ecef #e9ecef #dee2e6;
}
/*
Additional classes.
*/
.full-height {
bottom: 0;
height: 100%;
position: absolute;
top: 0;
}
.button-menu {
display: flex;
align-items: stretch;
flex-direction: column;
margin: 0;
padding: 0;
}
.button-menu>* {
margin-bottom: 0.5rem;
}
.button-menu>.btn {
text-align: left;
}
.menu-button-name {
margin-right: 0.5rem;
}
.toolbar-area {
border-bottom: 1px solid #dee2e6;
}