-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathcustom.css
66 lines (52 loc) · 1001 Bytes
/
custom.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
body {
background-color: rgb(252, 252, 251) !important;
}
a {
color: rgb(193, 161, 56) !important;
}
#apps {
padding: 0 !important;
}
#aces-logo {
display: inline-block;
height: 75px;
padding-bottom: 0.5em;
padding-top: 0.5em;
}
#app-title {
color: rgb(193, 161, 56) !important;
padding-top: 0.5em;
}
.navbar {
background-color: #323232 !important;
}
.nav-item {
font-size: x-large;
}
/* Dangerous as it destroys this particular style... */
.ms-auto {
margin-left: 0 !important;
}
.tab {
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}
.tab--selected {
border-top: 2px solid rgb(193, 161, 56) !important;
}
.tab-content {
padding-top: 1em !important;
}
.dash-uploader-default,
.dash-uploader-complete {
background-color: rgba(33, 37, 41, 0.03) !important;
}
.btn-primary {
background-color: rgb(193, 161, 56) !important;
border-color: rgb(193, 161, 56) !important;
}
.nav-link.active {
}
.progress-value {
display: none !important;
}