Update quick connect success/error ui

This commit is contained in:
Bill Thornton 2023-09-16 03:02:55 -04:00
parent a405577519
commit 8553807c0d
3 changed files with 55 additions and 21 deletions

View file

@ -0,0 +1,7 @@
.quickConnectError {
border-radius: 0.2em;
background-color: #160b0b;
color: #f4c7c3;
padding: 0.7em 0.5em;
margin-bottom: 1em;
}