fix success modal for wp

This commit is contained in:
Gabriel Bazán 2017-06-08 11:41:30 -03:00
commit 9cbd2ebb08
3 changed files with 14 additions and 5 deletions

View file

@ -12,6 +12,12 @@ slide-to-accept-success {
.slide-success {
$duration: 400ms;
&__windows-background {
background: $v-success-bg-color;
height: 100%;
width: 100%;
position: fixed;
}
&__background {
$start-radius: 5;
$scale-factor: 20;