mirror of
https://framagit.org/framasoft/framadate/funky-framadate-front.git
synced 2023-08-25 13:53:14 +02:00
Add input borders
This commit is contained in:
parent
9996d954dd
commit
1d6f1dc955
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user