From 19280b02ea288facf27a0a268a3896cadda0c2aa Mon Sep 17 00:00:00 2001 From: Eduardo Edson Batista Cordeiro Alves Date: Fri, 5 Aug 2016 15:55:21 -0300 Subject: [PATCH] Ajusta tamanho dos primary e danger button --- sapl/static/styles/app.scss | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/sapl/static/styles/app.scss b/sapl/static/styles/app.scss index e4163a499..fa95ebeb3 100644 --- a/sapl/static/styles/app.scss +++ b/sapl/static/styles/app.scss @@ -131,13 +131,17 @@ body { } } - fieldset { - fieldset { font-size: 95%; legend { font-size: 18px; } } -} \ No newline at end of file +} + +.btn-primary, .btn-danger{ + font-size: 16px; + height: 40px !important; + display: inline-block; +}