Fix password css object

This commit is contained in:
Le Libre Au Quotidien 2019-08-12 18:14:58 +02:00
parent 7e4feb9350
commit ecbf787856
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ select,
color:$black; color:$black;
} }
input[type="text"],input[type="email"]{ input[type="text"],input[type="email"],input[type="password"]{
width: 219px; width: 219px;
height: 36px; height: 36px;
} }