mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-22 09:11:04 +02:00
Fix background color and font weight on usa tag
This commit is contained in:
parent
130cfc9d4e
commit
78f31e97c3
2 changed files with 6 additions and 1 deletions
|
@ -99,6 +99,11 @@ th {
|
||||||
text-transform: none;
|
text-transform: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// usa-tag overrides any color by default. This is a workaround.
|
||||||
|
.usa-tag.primary-dark {
|
||||||
|
background-color: color('primary-dark');
|
||||||
|
}
|
||||||
|
|
||||||
@include at-media(tablet-lg) {
|
@include at-media(tablet-lg) {
|
||||||
th[data-sortable] .usa-table__header__button {
|
th[data-sortable] .usa-table__header__button {
|
||||||
right: auto;
|
right: auto;
|
||||||
|
|
|
@ -68,7 +68,7 @@ in the form $setting: value,
|
||||||
/*---------------------------
|
/*---------------------------
|
||||||
## Font weights
|
## Font weights
|
||||||
----------------------------*/
|
----------------------------*/
|
||||||
$theme-font-weight-medium: 500,
|
$theme-font-weight-medium: 400,
|
||||||
$theme-font-weight-semibold: 600,
|
$theme-font-weight-semibold: 600,
|
||||||
|
|
||||||
/*---------------------------
|
/*---------------------------
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue