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
committed by Eric
parent 674d2a261e
commit ccad70e8ee
25 changed files with 39 additions and 43 deletions

View File

@@ -24,5 +24,5 @@ $ibo-fieldset--legend--border-bottom-style: solid !default;
padding-bottom: $ibo-fieldset--legend--padding-bottom;
border-bottom: $ibo-fieldset--legend--border-bottom-size $ibo-fieldset--legend--border-bottom-style $ibo-fieldset--legend--border-bottom-color;
@extend %ibo-font-ral-med-250;
@extend %ibo-font-size-250;
}