mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-27 17:50:24 +00:00
variables: fix fade-in
This commit is contained in:
parent
3f3db41173
commit
e11208cc0b
1 changed files with 1 additions and 1 deletions
|
|
@ -520,7 +520,7 @@ $popover-arrow-color: $popover-bg !default;
|
|||
//** Popover outer arrow width
|
||||
$popover-arrow-outer-width: ($popover-arrow-width + 1) !default;
|
||||
//** 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-arrow-outer-fallback-color: darken($popover-fallback-border-color, 20%) !default;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue