Skip to content

Commit

Permalink
refactor(sequential-links): moved styling to host
Browse files Browse the repository at this point in the history
  • Loading branch information
LAMM26 committed Sep 18, 2024
1 parent 2deb30e commit 78b4e75
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
@use 'sass:map';
@use '../core/theme/colors';

:host {
display: flex;
flex-flow: column;
min-height: 88px;
}

.arrow {
font-variation-settings: 'wght' 350;
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +0,0 @@
sdg-sequential-links {
display: flex;
flex-flow: column;
min-height: 88px;
}

0 comments on commit 78b4e75

Please sign in to comment.