From 059c8c88d9f4811e84f80a90d60122cb6cd5bdfc Mon Sep 17 00:00:00 2001 From: Mojca Lorber Date: Thu, 20 Aug 2020 14:12:45 +0200 Subject: [PATCH] Fix css for modal-body --- app/assets/stylesheets/themes/scinote.scss | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/app/assets/stylesheets/themes/scinote.scss b/app/assets/stylesheets/themes/scinote.scss index fff2c85c3..939c77875 100644 --- a/app/assets/stylesheets/themes/scinote.scss +++ b/app/assets/stylesheets/themes/scinote.scss @@ -133,6 +133,14 @@ body { font-size: $font-size-small; } +.modal-body { + font-size: $font-size-base; + + label { + @include font-small; + } +} + .jumbotron { background-color: inherit; }