Add a VU meter-style animation to radio mode

This commit is contained in:
Robin Townsend
2022-05-31 18:01:34 -04:00
parent 9444f43c72
commit 2a69b72bed
4 changed files with 57 additions and 20 deletions

View File

@@ -13,13 +13,9 @@
.talking {
background-color: #0dbd8b;
box-shadow: 0px 0px 0px 17px rgba(13, 189, 139, 0.2),
0px 0px 0px 34px rgba(13, 189, 139, 0.2);
}
.error {
background-color: #ff5b55;
border-color: #ff5b55;
box-shadow: 0px 0px 0px 17px rgba(255, 91, 85, 0.2),
0px 0px 0px 34px rgba(255, 91, 85, 0.2);
}