Overwrite close button color using Sass variables
This commit is contained in:
@@ -133,6 +133,8 @@ $small-font-size: rem-calc(14);
|
||||
|
||||
$abbr-underline: none;
|
||||
|
||||
$closebutton-color: $text;
|
||||
|
||||
$tab-background-active: $white;
|
||||
|
||||
$tab-item-font-size: $base-font-size;
|
||||
|
||||
@@ -321,7 +321,6 @@ a {
|
||||
}
|
||||
|
||||
.close-button {
|
||||
color: $text;
|
||||
top: $line-height / 2;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user