Files
notifications-admin/app/assets/sass/uswds/_uswds-theme-custom-styles.scss.DEPRECATED

10 lines
166 B
Plaintext

@use 'uswds-core' as *;
// Logo sizing - responsive
.usa-header--extended .usa-logo a img {
height: 35px;
@include at-media('desktop') {
height: 60px;
}
}