Skip to content
This repository has been archived by the owner on Apr 28, 2023. It is now read-only.

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
davidseguin committed Jul 11, 2022
1 parent b3ccd0e commit 0c54e28
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/base/mixins/_layouts.scss
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,6 @@ $productive-width-max-widescreen: calc(65vw - (100vw - 100%));
max-width: $productive-width-max;

@media screen and (min-width: $bp-2000) {
max-width: $productive-width-max-widescreen
max-width: $productive-width-max-widescreen;
}
}
4 changes: 2 additions & 2 deletions src/components/notification-banner/notification-banner.scss
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,13 @@ $minimum-header-width: 350px;

.notification-banner__subtext {
font-size: $textsize-s;
line-height: 1.3;
font-weight: 500;
line-height: 1.3;
}

.notification-banner__link {
font-size: $textsize-xs;
display: inline-block;
font-size: $textsize-xs;
margin-top: $spacing-micro;

&:empty {
Expand Down

0 comments on commit 0c54e28

Please sign in to comment.