Skip to content

Commit

Permalink
Add media query for border width for %identity-placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
kasperbirch1 committed Dec 15, 2023
1 parent 13aee75 commit 5b6331e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/styles/scss/tools/placeholder.scss
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,11 @@

%identity-placeholder {
background-color: var(--tint-color-120);
border: $s-2xl solid $color__identity-primary;
border: $s-lg solid $color__identity-primary;

@include media-query__small {
border: $s-2xl solid $color__identity-primary;
}
}

// stylelint-enable plugin/stylelint-bem-namics

0 comments on commit 5b6331e

Please sign in to comment.