mirror of
https://framagit.org/framasoft/framadate/funky-framadate-front.git
synced 2023-08-25 13:53:14 +02:00
Modify input's style
This commit is contained in:
parent
c3b9ddfb72
commit
7e4feb9350
@ -7,20 +7,22 @@
|
||||
border-radius: 0.25em;
|
||||
border-bottom: 3px solid $primary_color;
|
||||
|
||||
&:focus {
|
||||
color: $primary_color;
|
||||
}
|
||||
}
|
||||
|
||||
input,
|
||||
textarea,
|
||||
select {
|
||||
select,
|
||||
{
|
||||
@extend .funky-box;
|
||||
border:none;
|
||||
border-bottom:2px solid $primary_color;
|
||||
|
||||
color:$black;
|
||||
}
|
||||
|
||||
input[type="text"],input[type="email"]{
|
||||
width: 219px;
|
||||
height: 36px;
|
||||
}
|
||||
textarea {
|
||||
margin-top: 1em;
|
||||
border-left: 3px solid $primary_color;
|
||||
|
Loading…
Reference in New Issue
Block a user