mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
Update custom-palette-creator.scss
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
@use 'sass:color';
|
||||
|
||||
@function multiply($fore, $back) {
|
||||
$red: math.div(color.green($back) * color.green($fore), 255);
|
||||
$red: math.div(color.red($back) * color.red($fore), 255);
|
||||
$green: math.div(color.green($back) * color.green($fore), 255);
|
||||
$blue: math.div(color.blue($back) * color.blue($fore), 255)
|
||||
|
||||
|
Reference in New Issue
Block a user