mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-09 17:45:32 -04:00
24 lines
445 B
SCSS
24 lines
445 B
SCSS
@use 'uswds-core' as *;
|
|
|
|
.usa-nav__primary {
|
|
& > .usa-nav__primary-item > a {
|
|
font-size: size('body', 5);
|
|
cursor: pointer;
|
|
|
|
@include at-media('desktop') {
|
|
line-height: 1;
|
|
padding: units(2);
|
|
align-items: center;
|
|
color: color('gray-cool-60');
|
|
display: flex;
|
|
}
|
|
}
|
|
|
|
& > .usa-nav__primary-item {
|
|
@include at-media('desktop') {
|
|
font-size: size('body', 3);
|
|
line-height: 1;
|
|
}
|
|
}
|
|
}
|