Overwrite close button color using Sass variables

This commit is contained in:
Javi Martín
2021-04-29 16:45:14 +02:00
parent bb164f88ed
commit 211e400b1c
2 changed files with 2 additions and 1 deletions

View File

@@ -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;

View File

@@ -321,7 +321,6 @@ a {
}
.close-button {
color: $text;
top: $line-height / 2;
}