Skip to content

Commit

Permalink
Merge pull request #970 from helsingborg-stad/fix/signature-css-cleanup
Browse files Browse the repository at this point in the history
fix: signature cleanup
  • Loading branch information
NiclasNorin authored Feb 12, 2025
2 parents e61e037 + ebfbf21 commit b30d022
Showing 1 changed file with 0 additions and 26 deletions.
26 changes: 0 additions & 26 deletions source/sass/component/_signature.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,32 +6,6 @@
text-decoration: none;
column-gap: map-get($spacers, "2" );

&.c-signature--no-avatar {
.c-signature__author-box {
grid-column: span 2;
}
}

&--space-1 {
margin-bottom: map-get($spacers, "3");
}

&--space-2 {
margin-bottom: map-get($spacers, "6");
}

.c-avatar--size-sm + &__content {
margin-left: $base;
}

.c-avatar--size-md + &__content {
margin-left: calc(#{$base} * 2);
}

.c-avatar--size-lg + &__content {
margin-left: calc(#{$base} * 3);
}

&__avatar {
grid-area: avatar;
}
Expand Down

0 comments on commit b30d022

Please sign in to comment.