mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-19 07:12:26 +02:00
N°5510 - Exception "$amount: Expected 5% to be within 0% and 1%" when compiling a theme
This commit is contained in:
@@ -612,7 +612,7 @@ $popover-arrow-color: $popover-bg !default;
|
|||||||
//** Popover outer arrow width
|
//** Popover outer arrow width
|
||||||
$popover-arrow-outer-width: ($popover-arrow-width + 1) !default;
|
$popover-arrow-outer-width: ($popover-arrow-width + 1) !default;
|
||||||
//** Popover outer arrow color
|
//** Popover outer arrow color
|
||||||
$popover-arrow-outer-color: fadein($popover-border-color, 5%) !default;
|
$popover-arrow-outer-color: fade-in($popover-border-color, 0.05) !default;
|
||||||
//** Popover outer arrow fallback color
|
//** Popover outer arrow fallback color
|
||||||
$popover-arrow-outer-fallback-color: darken($popover-fallback-border-color, 20%) !default;
|
$popover-arrow-outer-fallback-color: darken($popover-fallback-border-color, 20%) !default;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user