Fixed snackbar position
This commit is contained in:
parent
138403dfc3
commit
7d490c91aa
|
@ -3,7 +3,10 @@
|
||||||
color: #fff;
|
color: #fff;
|
||||||
font-size: 2rem;
|
font-size: 2rem;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
|
left: 0;
|
||||||
transition: background-color 0.3s;
|
transition: background-color 0.3s;
|
||||||
|
position: absolute;
|
||||||
|
width: 100%;
|
||||||
|
|
||||||
&.error {
|
&.error {
|
||||||
background-color: #d00820;
|
background-color: #d00820;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user