Explorar o código

spacing out password fields

Eddie Machado %!s(int64=11) %!d(string=hai) anos
pai
achega
4ba6c974e3
Modificáronse 1 ficheiros con 5 adicións e 0 borrados
  1. 5 0
      library/scss/modules/_forms.scss

+ 5 - 0
library/scss/modules/_forms.scss

@@ -101,6 +101,11 @@ textarea,
 
 
 } // end input defaults
 } // end input defaults
 
 
+// spacing out the password (thx @murtaugh)
+input[type="password"] {
+  letter-spacing: 0.3em;
+}
+
 // textareas
 // textareas
 textarea {
 textarea {
   max-width: 100%;
   max-width: 100%;