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