Implement styling options for all the bar components (not menus) through options variables.

This commit is contained in:
Jas Singh
2024-07-17 01:44:50 -07:00
parent f4ff5bba27
commit 50eeb4275d
64 changed files with 783 additions and 2074 deletions

View File

@@ -0,0 +1,46 @@
@import "../colors";
.menu-dropdown-label.audio {
color: $maroon;
}
.menu-label.audio {
color: $maroon;
}
.menu-button-isactive.audio {
color: $maroon;
}
.menu-active-slider {
trough {
highlight,
progress {
background: $maroon;
}
}
}
.menu-button.audio {
&:hover {
color: $maroon;
}
}
.menu-section-container.volume {
margin-bottom: 0.65em;
}
.menu-section-container.playback {
margin-top: 0em;
margin-bottom: 1em;
}
.menu-section-container.input {
margin-top: 0em;
}
.menu-label-container.input {
border-radius: 0em;
}
.menu-items-section.playback {
border-radius: 0em;
}