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:
@@ -22,7 +22,7 @@
|
||||
$value: math.div($value, 255);
|
||||
|
||||
@if ($value < 0.0393) {
|
||||
$value: $value / 12.92;
|
||||
$value: math.div($value, 12.92);
|
||||
} @else {
|
||||
$value: math.div($value + 0.055, 1.055);
|
||||
$value: math.pow($value, 2.4);
|
||||
|
Reference in New Issue
Block a user