Adds volume control
This commit is contained in:
@@ -34,6 +34,9 @@ $dropdown-divider-bg: $theme-elevation-2;
|
||||
$input-bg: $theme-elevation-2;
|
||||
$input-border-color: $theme-elevation-2;
|
||||
$input-color: $theme-text;
|
||||
$custom-range-track-height: 0.1rem;
|
||||
$custom-range-thumb-bg: $theme-text;
|
||||
$custom-range-track-bg: $theme-text-muted;
|
||||
|
||||
// Other
|
||||
$progress-bg: rgb(35, 35, 35);
|
||||
@@ -63,6 +66,11 @@ h1, h2, h3, h4, h5 {
|
||||
box-shadow: none !important;
|
||||
}
|
||||
|
||||
.volume-icon {
|
||||
font-size: 2.25rem;
|
||||
padding: 0.375rem;
|
||||
}
|
||||
|
||||
@import './nav';
|
||||
@import './table';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user