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,86 @@
@import "../colors";
.menu-items-container.bluetooth {
font-size: 1.3em;
.menu-section-container {
margin: 1em 0em;
}
.menu-label-container {
.menu-label {
color: $sky;
}
.controls-container {
margin: 0.5em 1em;
}
}
.menu-items-section {
min-height: 20em;
font-size: 1em;
}
button {
margin-right: 0.5em;
&.search {
image {
color: $text;
}
&:hover image {
color: $sky;
}
font-size: 0.8em;
margin-bottom: 0em;
}
&:hover {
color: $sky;
}
}
.bluetooth-element-item {
margin-bottom: 0.4em;
&:hover {
color: $sky;
}
image {
margin-right: 0em;
margin-top: 0.0em;
min-height: 1em;
min-width: 1em;
&.active {
color: $sky;
}
}
label {
font-size: 1em;
}
.menu-button-icon {
font-size: 1.5em;
&.active {
color: $sky;
}
}
.connection-status {
font-size: 0.9em;
margin-left: 0.6rem;
}
}
spinner {
min-height: 1.3em;
min-width: 1.3em;
color: $sky;
}
.menu-separator {
margin: 0em 1em;
}
}