mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-05-06 04:56:11 +02:00
Implement css class for temp use until bulma update to version 0.7.5
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user