Fixed snackbar position

This commit is contained in:
kvakazyambra 2024-05-09 12:15:39 +03:00
parent 138403dfc3
commit 7d490c91aa

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;