Modify input's style

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

View File

@ -7,20 +7,22 @@
border-radius: 0.25em; border-radius: 0.25em;
border-bottom: 3px solid $primary_color; border-bottom: 3px solid $primary_color;
&:focus {
color: $primary_color;
}
} }
input, input,
textarea, textarea,
select { select,
{
@extend .funky-box; @extend .funky-box;
border:none; border:none;
border-bottom:2px solid $primary_color; border-bottom:2px solid $primary_color;
color:$black;
} }
input[type="text"],input[type="email"]{
width: 219px;
height: 36px;
}
textarea { textarea {
margin-top: 1em; margin-top: 1em;
border-left: 3px solid $primary_color; border-left: 3px solid $primary_color;