Files
custum-hyprpanel/scss/bar/bluetooth.scss
2024-06-23 21:46:18 -07:00

22 lines
264 B
SCSS

@import '../colors';
.bar-bt_icon {
font-size: 1.15em;
color: $sky;
}
.bar-bt_label {
color: $sky;
}
.bluetooth-disabled-menu {
font-weight: bold;
font-size: 1.1rem;
color: $surface2;
margin: 6rem 0rem;
}
.menu-button-isactive {
color: $sky;
}