瀏覽代碼

spacing out password fields

Eddie Machado 11 年之前
父節點
當前提交
4ba6c974e3
共有 1 個文件被更改,包括 5 次插入0 次删除
  1. 5 0
      library/scss/modules/_forms.scss

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

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