on boarding media query fixes for applying to devices bigger than iPhone plus size
This commit is contained in:
parent
c8633bc18b
commit
54967cb59c
4 changed files with 4 additions and 3 deletions
|
|
@ -9,6 +9,7 @@
|
||||||
padding-left:.25rem;
|
padding-left:.25rem;
|
||||||
padding-right:.25rem;
|
padding-right:.25rem;
|
||||||
border-radius: .25rem;
|
border-radius: .25rem;
|
||||||
|
max-width: 350px;
|
||||||
}
|
}
|
||||||
.swiper-slide{
|
.swiper-slide{
|
||||||
width:100% !important;
|
width:100% !important;
|
||||||
|
|
|
||||||
|
|
@ -15,7 +15,7 @@
|
||||||
position: absolute;
|
position: absolute;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
}
|
}
|
||||||
@media (min-width: 400px){
|
@media (min-width: 415px){
|
||||||
.warning{
|
.warning{
|
||||||
height:16rem;
|
height:16rem;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -80,7 +80,7 @@
|
||||||
font-size:.8rem;
|
font-size:.8rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@media (min-width: 400px){
|
@media (min-width: 415px){
|
||||||
&{
|
&{
|
||||||
max-width: 400px;
|
max-width: 400px;
|
||||||
label{
|
label{
|
||||||
|
|
|
||||||
|
|
@ -87,7 +87,7 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (min-width: 400px){
|
@media (min-width: 415px){
|
||||||
.onboarding{
|
.onboarding{
|
||||||
ion-content{
|
ion-content{
|
||||||
h2{
|
h2{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue