56 lines
705 B
SCSS
56 lines
705 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;
|
|
}
|
|
|
|
.search-devices-container {
|
|
min-height: 8rem;
|
|
}
|
|
|
|
.empty-bt-devices-container {
|
|
margin-top: 2rem;
|
|
}
|
|
|
|
.bluetooth-isconnecting {
|
|
color: $sky;
|
|
}
|