Allow different secondary colors per tenant

This commit is contained in:
Javi Martín
2022-10-16 20:22:09 +02:00
parent 91614fa2a9
commit 36a1b2cdc2
6 changed files with 43 additions and 15 deletions

View File

@@ -2,8 +2,8 @@
.button-remove-support {
@include has-fa-icon(times, solid);
@include brand-secondary-color;
background: #e7eaec;
color: $brand-secondary;
font-weight: bold;
margin-top: $line-height;

View File

@@ -87,7 +87,7 @@
&[aria-selected="true"],
&.is-active {
@include background-with-text-contrast($brand-secondary);
@include brand-secondary-background;
font-weight: normal;
}
@@ -98,7 +98,7 @@
}
&.current-phase-tab a {
@include background-with-text-contrast($brand-secondary);
@include brand-secondary-background;
padding-top: $line-height / 2;
}
}