pricing login/register form responsiveness
This commit is contained in:
parent
370494499a
commit
16f2d98f15
File diff suppressed because one or more lines are too long
Binary file not shown.
File diff suppressed because one or more lines are too long
|
@ -2297,7 +2297,7 @@ article.card{
|
|||
display: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
section.login{
|
||||
form{
|
||||
>div{
|
||||
|
@ -2309,6 +2309,44 @@ article.card{
|
|||
|
||||
}
|
||||
}
|
||||
@include col-mediaquery-max(3){
|
||||
height:100%;
|
||||
overflow-y: auto;
|
||||
#login-register{
|
||||
flex-flow: column;
|
||||
>section{
|
||||
flex:0 0 auto;
|
||||
form{
|
||||
input[type="email"],
|
||||
input[type="password"]{
|
||||
max-width: 90%;
|
||||
width: 90%;
|
||||
}
|
||||
&#user-login-form #edit-pass--description,
|
||||
#edit-pass-pass1--description{
|
||||
max-width: 90%;
|
||||
width: 90%;
|
||||
}
|
||||
}
|
||||
&.login{
|
||||
padding-bottom: 0.5em;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@include col-mediaquery-max(4, landscape){
|
||||
h2{
|
||||
margin: 0 0 0.5em;
|
||||
}
|
||||
}
|
||||
}
|
||||
#pricing{
|
||||
@include col-mediaquery-max(3){
|
||||
.overlay > .modal{
|
||||
width:95%!important;
|
||||
height:95%!important;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
#main-content form.commerce-checkout-flow{
|
||||
|
|
Loading…
Reference in New Issue