Implement css class for temp use until bulma update to version 0.7.5

This commit is contained in:
Florian Scholdei
2019-10-09 16:18:43 +02:00
parent 004b6e5340
commit 53734a90a5

View File

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