Merge pull request #2797 from mlorb/ml-sci-4863

Fix css for modal-body [SCI-4863]
This commit is contained in:
mlorb 2020-08-21 08:21:09 +02:00 committed by GitHub
commit 623f87fef5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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