Merge pull request #203 from jamal-jackson/feature/recieve_tab_slider

on boarding media query fixes for applying to devices bigger than iPh…
This commit is contained in:
Gustavo Maximiliano Cortez 2016-09-27 16:06:13 -03:00 committed by GitHub
commit 3897b60119
4 changed files with 4 additions and 3 deletions

View File

@ -9,6 +9,7 @@
padding-left:.25rem;
padding-right:.25rem;
border-radius: .25rem;
max-width: 350px;
}
.swiper-slide{
width:100% !important;

View File

@ -15,7 +15,7 @@
position: absolute;
bottom: 0;
}
@media (min-width: 400px){
@media (min-width: 415px){
.warning{
height:16rem;
}

View File

@ -80,7 +80,7 @@
font-size:.8rem;
}
}
@media (min-width: 400px){
@media (min-width: 415px){
&{
max-width: 400px;
label{

View File

@ -87,7 +87,7 @@
}
}
@media (min-width: 400px){
@media (min-width: 415px){
.onboarding{
ion-content{
h2{