Added notification popups

This commit is contained in:
Jas Singh
2024-06-17 01:45:06 -07:00
parent 904c5b8cd0
commit 296fbde42a
11 changed files with 370 additions and 121 deletions

View File

@@ -19,7 +19,7 @@
}
.menu-items {
min-width: 300px;
min-width: 350px;
}
.menu-icon-button {
@@ -41,3 +41,15 @@
.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;
}