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; +}