fix: snackbar container center aligned

This commit is contained in:
Rahul-Sagore 2016-02-12 08:12:15 +05:30 committed by Sérgio Gomes
parent a25793233e
commit 9b49600ad3

View File

@ -43,7 +43,7 @@
border-radius: 2px;
}
&--active {
transform: translate(0, 0);
transform: translate(-50%, 0);
pointer-events: auto;
transition: transform 0.25s $animation-curve-linear-out-slow-in;
}