-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
49 lines (40 loc) · 974 Bytes
/
styles.css
File metadata and controls
49 lines (40 loc) · 974 Bytes
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
<style>
body,
.bg-light {
background-color: #f8f9fa !important;
color: #343a40;
}
#sidebar {
/* height: 100vh; */
background-color: #497398;
color: #f8f9fa;
}
#content {
height: 70vh;
}
.form-control {
background-color: #ffffff;
color: #343a40;
}
.btn-primary {
background-color: #6c757d;
border-color: #6c757d;
}
.header {
background-color: #343a40;
color: #f8f9fa;
padding: 10px 0;
margin-bottom: 10px;
}
.sidebar-btn {
margin: 10px 0;
width: 100%;
}
.sidebar-btn:hover {
background-color: #989eb8;
border-color: #6c757d;
}
.view100height {
height: 100vh;
}
</style>