소스 검색

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%;