-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcustom.css
34 lines (31 loc) · 863 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
/* Custom Header Logo */
.logo-wrapper {
display: none !important;
}
.theme--dark .toolbar-logo {
background-image: url(../.fluidd-theme/logo.png) !important;
background-size: 48px !important;
background-repeat: no-repeat !important;
background-position: center !important;
}
/* Full Width Bar-Style Axis Control */
.row.align-start.justify-space-between {
margin-top: 1px !important;
}
.controls-wrapper.col {
display: flex !important;
flex-wrap: wrap !important;
justify-content: center !important;
max-width: 1000px !important;
min-width: 350px !important;
display: inline !important;
}
/* Move Description Above Slider Input */
.v-application .text-body-1 {
font-size: 0.85rem !important;
line-height: 2rem !important;
}
.col-sm-5 {
flex: 0 0 100% !important;
max-width: 100% !important;
}