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

@@ -18,5 +18,5 @@ $ibo-dashlet-header-dynamic--count--margin-right: 10px !default;
}
.ibo-dashlet-header-dynamic--label {
@extend %ibo-font-ral-med-100;
@extend %ibo-font-size-100;
}