Add input borders

This commit is contained in:
Le Libre Au Quotidien 2019-09-06 10:41:48 +02:00
parent 9996d954dd
commit 1d6f1dc955
1 changed files with 2 additions and 3 deletions

View File

@ -4,10 +4,9 @@ input,
select, select,
textarea { textarea {
padding: 1rem; padding: 1rem;
border-top: none; border: 1px solid $secondary_color;
border-right: none;
border-bottom: 3px solid $primary_color; border-bottom: 3px solid $primary_color;
border-left: none;
} }
input, input,