mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-30 22:18:46 +02:00
SCSS: Replace font global redefinition with more accurate overloads (only size, only weight, ...) to simplify styles inheritance
This commit is contained in:
@@ -74,7 +74,7 @@ $ibo-dashlet-badge--action-icon--margin-right: 6px !default;
|
||||
}
|
||||
.ibo-dashlet-badge--action-create{
|
||||
@extend %ibo-baseline-centered-content;
|
||||
@extend %ibo-font-ral-med-150;
|
||||
@extend %ibo-font-size-150;
|
||||
}
|
||||
.ibo-dashlet-badge--action-create-icon{
|
||||
margin-right: $ibo-dashlet-badge--action-icon--margin-right;
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
@@ -41,7 +41,7 @@ $ibo-dashlet-header-static--body--separator-after--left: calc(100% + #{$ibo-dash
|
||||
margin-left: $ibo-dashlet-header-static--body--margin-left;
|
||||
|
||||
color: $ibo-dashlet-header-static--body--text-color;
|
||||
@extend %ibo-font-ral-med-350;
|
||||
@extend %ibo-font-size-350;
|
||||
|
||||
&::before,
|
||||
&::after{
|
||||
|
||||
Reference in New Issue
Block a user