From dc905fa0e290e32a5c6980622ee5595c43c3c422 Mon Sep 17 00:00:00 2001 From: cami Date: Wed, 23 Jun 2021 04:57:40 +0200 Subject: [PATCH] Updated the css things in the button.. looks better now :-) --- frontend/src/components/Button.css | 1 + frontend/src/components/Input.css | 2 ++ 2 files changed, 3 insertions(+) diff --git a/frontend/src/components/Button.css b/frontend/src/components/Button.css index f330807..658d265 100644 --- a/frontend/src/components/Button.css +++ b/frontend/src/components/Button.css @@ -4,6 +4,7 @@ outline: none; border: none; cursor: pointer; + border-radius: 11.5em; } .btn--primary { diff --git a/frontend/src/components/Input.css b/frontend/src/components/Input.css index fdd70e1..4da45d1 100644 --- a/frontend/src/components/Input.css +++ b/frontend/src/components/Input.css @@ -17,9 +17,11 @@ .input-field input[type="submit"] { margin-top: 1em; + font-size: 1.5em; border-radius: 10.5em; background-color: var(--primary); color: var(--secondary); + margin-bottom: 2em; } .input-field input[type="submit"]:hover {