Skip to content

Commit

Permalink
feat(ffe-cards): legger til muligheten til å ha 2 ikoner og ikon på h…
Browse files Browse the repository at this point in the history
…øyre side
  • Loading branch information
HeleneKassandra committed Nov 28, 2024
1 parent 693118a commit 8ac543e
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions packages/ffe-cards/less/stippled-card.less
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,23 @@
background: transparent;
border: 2px dashed var(--ffe-v-cards-stippled-border-color);
box-shadow: none;
display: grid;
grid-template-columns: auto 1fr;
display: flex;
align-items: center;
padding: var(--ffe-spacing-md);
gap: var(--ffe-spacing-md);
}

.ffe-stippled-card__content {
flex-grow: 1;
}
.ffe-stippled-card__img {
flex-shrink: 0;
flex-grow: 0;
}

.ffe-stippled-card__img--icon {
margin: 0 var(--ffe-spacing-md);
display: flex;
}

.ffe-stippled-card--condensed {
Expand Down

0 comments on commit 8ac543e

Please sign in to comment.