From 53734a90a514a6211a547be9a7ca2f5f28848626 Mon Sep 17 00:00:00 2001 From: Florian Scholdei Date: Wed, 9 Oct 2019 16:18:43 +0200 Subject: [PATCH] Implement css class for temp use until bulma update to version 0.7.5 --- scm-ui/ui-webapp/src/style/scm.scss | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/scm-ui/ui-webapp/src/style/scm.scss b/scm-ui/ui-webapp/src/style/scm.scss index 20e3c47ad7..51ceaeaf60 100644 --- a/scm-ui/ui-webapp/src/style/scm.scss +++ b/scm-ui/ui-webapp/src/style/scm.scss @@ -281,7 +281,7 @@ $danger-25: scale-color($danger, $lightness: 75%); padding-left: 1.5em; padding-right: 1.5em; height: 2.5rem; - font-weight: 600; + font-weight: $weight-semibold; &[disabled] { opacity: 1; @@ -797,4 +797,9 @@ form .field:not(.is-grouped) { cursor: pointer; } +// until update to bulma version 0.7.5 +.has-text-weight-medium { + font-weight: 500 !important; +} + @import "bulma-popover/css/bulma-popover";