mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-24 02:58:43 +02:00
SCSS: Fix rules from 108bc2fa
- Don't nest selectors when there is no need to - Use SCSS variables instead of CSS3 variables in SCSS files, otherwise we can't use SCSS functions. CSS3 variables should be kept for the front-end manipulations
This commit is contained in:
@@ -19,10 +19,6 @@ $ibo-title--icon-background--size--must-zoomout: 66.67% !default;
|
||||
|
||||
color: $ibo-title--text-color;
|
||||
padding: $ibo-title--padding-y $ibo-title--padding-x;
|
||||
|
||||
.ibo-title--text {
|
||||
@extend %ibo-font-ral-sembol-300;
|
||||
}
|
||||
}
|
||||
|
||||
.ibo-title--icon {
|
||||
@@ -58,6 +54,10 @@ $ibo-title--icon-background--size--must-zoomout: 66.67% !default;
|
||||
@extend %ibo-font-size-300;
|
||||
}
|
||||
|
||||
.ibo-title--text {
|
||||
@extend %ibo-font-ral-sembol-300;
|
||||
}
|
||||
|
||||
.ibo-title--subtitle {
|
||||
margin-top: 2px;
|
||||
margin-bottom: 2px;
|
||||
|
||||
Reference in New Issue
Block a user