Fix styling on mobile (slide to accept)

This commit is contained in:
Gustavo Maximiliano Cortez 2017-03-02 11:17:04 -03:00
commit 1b58a66cea
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF
4 changed files with 20 additions and 12 deletions

View file

@ -1,5 +1,4 @@
slide-to-accept-success {
$slider-bg-color: #5063B9;
$success-bg-color: #11D1A6;
height: 100%;
width: 100%;
@ -19,7 +18,7 @@ slide-to-accept-success {
$scale-factor: 20;
height: 10vmax;
width: 10vmax;
background: $slider-bg-color;
background: $v-slider-bg-color;
bottom: 0;
position: absolute;
left: calc(50% - 5vmax);