Kaynağa Gözat

spacing out password fields

Eddie Machado 11 yıl önce
ebeveyn
işleme
4ba6c974e3
1 değiştirilmiş dosya ile 5 ekleme ve 0 silme
  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%;