Merge pull request #71 from jamal-jackson/feature/onboarding_last_steps

fixed issue with absolute position on safari browser
This commit is contained in:
Gustavo Maximiliano Cortez 2016-09-07 12:01:16 -03:00 committed by GitHub
commit 6e2a5516ae
1 changed files with 9 additions and 0 deletions

View File

@ -1,5 +1,12 @@
#onboarding-disclaimer { #onboarding-disclaimer {
color: #fff; color: #fff;
height: 100%;
ion-content{
height: 100%;
.scroll{
height: 100%;
}
}
.item { .item {
background: transparent; background: transparent;
border: none; border: none;
@ -21,6 +28,8 @@
.checkbox input:checked:after, .checkbox input:checked:after,
input:checked + .checkbox-icon:after { input:checked + .checkbox-icon:after {
border-color: rgb(19, 229, 182); border-color: rgb(19, 229, 182);
top:20%;
left:11%;
} }
.item-content { .item-content {
width: 90%; width: 90%;