Files
custum-hyprpanel/scss/menus/bluetooth.scss
2024-06-17 22:43:04 -07:00

48 lines
597 B
SCSS

@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: 350px;
}
.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;
}
.bluetooth-isconnecting {
color: $sky;
}