mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-03 22:08:25 -04:00
18 lines
252 B
SCSS
18 lines
252 B
SCSS
@use 'uswds-core' as *;
|
|
|
|
.usa-dark-background .pill-item__container {
|
|
color: color('white');
|
|
}
|
|
|
|
.pill-separate-item {
|
|
&:link,
|
|
&:visited {
|
|
text-decoration: none;
|
|
background: initial;
|
|
}
|
|
}
|
|
|
|
.pill-item.usa-link {
|
|
text-decoration: none;
|
|
}
|