]> Wikimedia Canada | Git repositories - paypal.git/commitdiff
Make form buttons bigger
authorDavid Fourney <dfourney@gmail.com>
Wed, 5 Jul 2017 05:33:08 +0000 (01:33 -0400)
committerGitHub <noreply@github.com>
Wed, 5 Jul 2017 05:33:08 +0000 (01:33 -0400)
wmca.css

index a2324508510ede9a808f3f4ca1abb01166e8c5b9..43e6442b28bfe152a3c18649bb42a7c1022c3ddc 100644 (file)
--- a/wmca.css
+++ b/wmca.css
@@ -228,7 +228,7 @@ input[type='text'] {
 }
 
 .btn {
-  padding: 16px;
+  padding: 1.0rem;
   border: 1px solid #333;
   background: #333;
   color: #fff;
@@ -236,7 +236,7 @@ input[type='text'] {
   letter-spacing: .09em;
   border-radius: 2px;
   font-weight: bold;
-  font-size: 1.0rem;
+  font-size: 1.6em;
 }
 
 .btn:hover {