Files
custum-hyprpanel/scss/bar/bluetooth.scss

22 lines
263 B
SCSS

@import '../colors';
.bar-bt_icon {
font-size: 1.2em;
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;
}