Allow different secondary colors per tenant
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user