Bluetooth works now and some style adjustments

This commit is contained in:
2025-02-02 13:58:45 -08:00
parent 06c01af45f
commit d3977958ed
5 changed files with 47 additions and 15 deletions

View File

@@ -4,7 +4,7 @@ window {
background: $background-1;
color: $text-2;
font-family: comfortaa;
font-weight: bolder;
font-weight: 900;
font-size: 14px;
> centerbox {
@@ -154,6 +154,18 @@ button {
}
.toggleButton {
&.bt {
icon {
margin-right: 8px;
}
box {
background: none;
}
label {
margin-top: 2px;
margin-right: 60px;
}
}
&:hover .toggleIndicator {
box-shadow: 0 0 6px 0px $highlight-3;
}
@@ -229,6 +241,7 @@ button {
@keyframes upIn {
from {margin-top: -50px; opacity: 0;}
to {opacity: 100;}
}
.clientLabel {