Added bluetooth menu.

This commit is contained in:
Jas Singh
2024-06-16 18:43:33 -07:00
parent 26d2fcde0e
commit 904c5b8cd0
18 changed files with 1376 additions and 182 deletions

43
scss/menus/bluetooth.scss Normal file
View File

@@ -0,0 +1,43 @@
@import "../colors";
.menu-dropdown-label.bluetooth {
color: $sky;
}
.menu-label.bluetooth {
color: $sky;
}
.menu-button-isactive.bluetooth {
color: $sky;
}
.menu-button.bluetooth {
&:hover {
color: $sky;
}
}
.menu-items {
min-width: 300px;
}
.menu-icon-button {
font-size: 1.2rem;
min-width: 2rem;
&:hover {
color: $sky;
}
}
.menu-icon-button.delete {
margin-left: 0.5rem;
}
.menu-icon-button-label {
font-size: 1.3rem;
}
.menu-button-name.status {
margin-left: 2.1rem;
}