Skip to content

Commit

Permalink
Refactor %identity-placeholder border color to use the correct vari…
Browse files Browse the repository at this point in the history
…able.

This is needed to be able to override the root variable from a Drupal module.
  • Loading branch information
kasperbirch1 committed Dec 21, 2023
1 parent bda72b3 commit d19bbaf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/styles/scss/tools/placeholder.scss
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,10 @@

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

@include media-query__small {
border: $s-2xl solid $color__identity-primary;
border: $s-2xl solid var(--identity-color);
}
}

Expand Down

0 comments on commit d19bbaf

Please sign in to comment.