mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-28 13:08:45 +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:
9
css/backoffice/utils/variables/_base.scss
Normal file
9
css/backoffice/utils/variables/_base.scss
Normal file
@@ -0,0 +1,9 @@
|
||||
/*!
|
||||
* @copyright Copyright (C) 2010-2021 Combodo SARL
|
||||
* @license http://opensource.org/licenses/AGPL-3.0
|
||||
*/
|
||||
|
||||
// These are the base variables used throughout the backoffice, if you don't know what to use, these are probably good :)
|
||||
|
||||
$ibo-base-variable--text-color: $ibo-color-grey-900 !default;
|
||||
$ibo-base-variable--border-radius: $ibo-border-radius-300 !default;;
|
||||
Reference in New Issue
Block a user