We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d090c8d commit eb6a519Copy full SHA for eb6a519
package/style.css
@@ -161,7 +161,7 @@ label {
161
width: auto;
162
align-self: center;
163
}
164
-input[type="text"] {
+input[type="text"], input[type="password"] {
165
width: 100%;
166
padding: 0.7em 1em;
167
font-size: 1.08em;
@@ -191,7 +191,7 @@ input[type="text"] {
191
transition: border 0.2s, box-shadow 0.2s;
192
box-shadow: 0 1.5px 8px #00b4fc22;
193
194
-input[type="text"]:focus {
+input[type="text"]:focus, input[type="password"]:focus {
195
border: 2.5px solid #00b4fc;
196
outline: none;
197
box-shadow: 0 2px 12px #00b4fc44;
0 commit comments