|
@@ -2297,7 +2297,7 @@ article.card{
|
|
display: none;
|
|
display: none;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
- }
|
|
|
|
|
|
+ }
|
|
section.login{
|
|
section.login{
|
|
form{
|
|
form{
|
|
>div{
|
|
>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{
|
|
#main-content form.commerce-checkout-flow{
|