diff --git a/frontend/pages/functions.js b/frontend/pages/functions.js index e3d1545..0bad4d2 100644 --- a/frontend/pages/functions.js +++ b/frontend/pages/functions.js @@ -14,9 +14,16 @@ const Functions = () => (
-
-

Fonctions

-
+

Fonctions

+
+ +
+ +
diff --git a/frontend/public/css/general.css b/frontend/public/css/general.css index af500e3..738cfae 100644 --- a/frontend/public/css/general.css +++ b/frontend/public/css/general.css @@ -59,4 +59,17 @@ a:hover { a, .important { color: var(--important); text-decoration: none; +} +.form-control { + display: block; + height: calc(1.5em + .75rem + 2px); + padding: .375rem .75rem; + font-size: 1rem; + font-weight: 400; + line-height: 1.5; + color: #495057; + background-color: #fff; + background-clip: padding-box; + border: 1px solid #ced4da; + border-radius: .5em; } \ No newline at end of file diff --git a/frontend/public/css/pages/functions.css b/frontend/public/css/pages/functions.css index 2ae2a27..d249d58 100644 --- a/frontend/public/css/pages/functions.css +++ b/frontend/public/css/pages/functions.css @@ -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%; } \ No newline at end of file