From cf07de831ef7296d19c2caccaa788b6eca7cb089 Mon Sep 17 00:00:00 2001 From: Lewy Date: Sun, 19 Jun 2022 17:08:40 +0200 Subject: [PATCH] =?UTF-8?q?edycja/dodawanie=20turnieju=20-=20stylistyka=20?= =?UTF-8?q?button=C3=B3w?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/panel_organizatora/css/buttons.css | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/frontend/panel_organizatora/css/buttons.css b/frontend/panel_organizatora/css/buttons.css index 15b17fb..f9f6891 100644 --- a/frontend/panel_organizatora/css/buttons.css +++ b/frontend/panel_organizatora/css/buttons.css @@ -11,9 +11,10 @@ background-color: #828282; /*Text*/ - font-family: Arial, serif; - font-size: 12px; + font-family: Montserrat, serif; + font-size: 18px; color: #ffffff; + font-weight: 600; } @@ -21,6 +22,7 @@ /*Button alignment*/ width: 25%; height: 5%; + margin-top: 3%; /*Button visual*/ @@ -29,7 +31,8 @@ background-color: #007C36; /*Text*/ - font-family: Arial, serif; - font-size: 12px; + font-family: Montserrat, serif; + font-size: 18px; color: #ffffff; + font-weight: 600; } \ No newline at end of file