Fixed snackbar position (#461)

This commit is contained in:
kvakazyambra 2024-05-09 14:26:48 +03:00 committed by GitHub
parent 30672fc1af
commit 7d24fe5598
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,7 +3,10 @@
color: #fff;
font-size: 2rem;
font-weight: 500;
left: 0;
transition: background-color 0.3s;
position: absolute;
width: 100%;
&.error {
background-color: #d00820;