frontend: Rechercher et trier les fonctions

This commit is contained in:
Divlo
2020-03-19 17:19:59 +01:00
parent 4d1f31afe3
commit d66c4037db
3 changed files with 34 additions and 3 deletions

View File

@ -1,3 +1,14 @@
.Functions__title {
padding: 20px 0 20px 0;
margin-bottom: 0;
}
.Functions__search-container {
margin-bottom: 50px;
}
.Functions__select-option {
color: rgb(221, 220, 220);
}
.Functions__search-input {
width: 35%;
}