Skip to content

Commit

Permalink
Update _variables.scss
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Sep 24, 2020
1 parent d4f6ad9 commit 0fe9fb1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scss/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1251,7 +1251,7 @@ $carousel-transition: transform $carousel-transition-duration eas

$carousel-dark-indicator-active-bg: $black !default;
$carousel-dark-caption-color: $black !default;
$carousel-dark-control-icon-filter: invert(1) grayscale(100) !default;
$carousel-dark-control-icon-filter: invert(1) grayscale(100) !default;


// Spinners
Expand Down Expand Up @@ -1279,7 +1279,7 @@ $btn-close-opacity: .5 !default;
$btn-close-hover-opacity: .75 !default;
$btn-close-focus-opacity: 1 !default;
$btn-close-disabled-opacity: .25 !default;
$btn-close-white-filter: invert(1) grayscale(100%) brightness(200%) !default;
$btn-close-white-filter: invert(1) grayscale(100%) brightness(200%) !default;

// Code

Expand Down

0 comments on commit 0fe9fb1

Please sign in to comment.