Skip to content

Commit 0964ece

Browse files
committed
Add styles for 'input' and 'select' elements to enhance form consistency
1 parent f775d74 commit 0964ece

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

Form-Controls/style.css

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,4 +61,14 @@ label{
6161
.radio-row label{
6262
margin-bottom: 0;
6363
font-weight: normal;
64+
}
65+
input[type="text"], input[type="email"],
66+
select{
67+
width: 100;
68+
padding: 0.6rem 0.7rem;
69+
border: 1px solid var(--color-border);
70+
border-radius: var(--radius);
71+
font-size: 1rem;
72+
background: var(--color-surface);
73+
color: var(--color-text);
6474
}

0 commit comments

Comments
 (0)