Adds volume control

This commit is contained in:
Ammon Sarver
2021-01-29 17:21:24 -07:00
parent 8022929dc1
commit a0de1f0c5a
4 changed files with 48 additions and 0 deletions
+8
View File
@@ -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';