mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[AAE-16219] Theming for HxP is not working (#8894)
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
@use 'sass:map';
|
||||
@use 'sass:math';
|
||||
@use 'sass:color';
|
||||
@use '../../colors';
|
||||
|
||||
@function multiply($fore, $back) {
|
||||
$red: color.red($back) * color.red($fore) / 255;
|
||||
|
Reference in New Issue
Block a user