fix(covers): absolute positioning

This commit is contained in:
Manu Mtz.-Almeida
2018-03-22 22:17:53 +01:00
parent 9836c60dae
commit ce09978eee
9 changed files with 36 additions and 9 deletions

View File

@ -45,11 +45,14 @@ ion-toggle ion-gesture {
}
ion-toggle input {
@include position(0, 0, 0, 0);
@include position(0, null, null, 0);
@include margin(0);
position: absolute;
width: 100%;
height: 100%;
background: transparent;
cursor: pointer;
border: 0;