Fixed snackbar position
This commit is contained in:
parent
138403dfc3
commit
7d490c91aa
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue
Block a user