Increase font size for members only login form
authorLaury GvR <laury@gaslightmedia.com>
Wed, 16 Aug 2017 13:27:35 +0000 (09:27 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Wed, 16 Aug 2017 13:27:35 +0000 (09:27 -0400)
css/app.css
scss/plugins/_glm-member-db.scss

index 3b5f8d1..2bd07db 100644 (file)
@@ -7807,6 +7807,8 @@ body #glm-member-front-header .button.glm-button {
   float: right;
   padding: 0.4em 0.8em;
   border-radius: 4px; }
+body #glm_login_form input[type="text"], body #glm_login_form input[type="password"], body #glm_login_form cptch_input {
+  font-size: 16px; }
 
 #front {
   padding: 20px; }
index 4d8a8d3..641ab2a 100644 (file)
@@ -278,4 +278,9 @@ main.members-only-template {
     padding: .4em .8em;
     border-radius: 4px;
 }
+#glm_login_form input[type="text"],
+#glm_login_form input[type="password"],
+#glm_login_form cptch_input {
+    font-size: 16px;
+}
 } // End of global body tag to overwrite existing member db styles
\ No newline at end of file