mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-30 14:08: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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user