Sfoglia il codice sorgente

pricing login/register form responsiveness

bach 3 anni fa
parent
commit
16f2d98f15

File diff suppressed because it is too large
+ 0 - 0
web/themes/custom/materiotheme/assets/dist/main.css


BIN
web/themes/custom/materiotheme/assets/dist/main.css.gz


File diff suppressed because it is too large
+ 1 - 1
web/themes/custom/materiotheme/assets/dist/report.html


+ 39 - 1
web/themes/custom/materiotheme/assets/styles/main.scss

@@ -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{

Some files were not shown because too many files changed in this diff