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

@@ -170,7 +170,7 @@ $ibo-quick-create--compartment--placeholder-hint--text-color: $ibo-color-grey-70
padding: $ibo-quick-create--drawer--padding-y $ibo-quick-create--drawer--padding-x;
background-color: $ibo-quick-create--drawer--background-color;
box-shadow: none;
@extend %ibo-font-ral-nor-100;
@extend %ibo-font-size-100;
}
.ibo-quick-create--compartment-title{
margin-top: $ibo-quick-create--compartment-title--margin-top;