SCSS: Replace font global redefinition with more accurate overloads (only size, only weight, ...) to simplify styles inheritance

This commit is contained in:
Molkobain
2021-06-03 22:12:28 +02:00
parent 117bf3046d
commit 742e3a2a20
25 changed files with 39 additions and 43 deletions

View File

@@ -77,7 +77,7 @@ $ibo-alert-colors: (
border-radius: $ibo-alert--border-radius;
overflow: hidden; /* To force highlight color to be cropped by the border radius */
@extend %ibo-font-ral-med-150;
@extend %ibo-font-size-150;
&::before {
display: block;
@@ -93,7 +93,7 @@ $ibo-alert-colors: (
.ibo-alert--title {
cursor: pointer;
@extend %ibo-font-ral-bol-150;
@extend %ibo-font-weight-700;
}
&.ibo-is-opened {