Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Develop illustration card icon right #2213

Merged
merged 2 commits into from
Aug 20, 2024

Conversation

pethel
Copy link
Contributor

@pethel pethel commented Aug 20, 2024

Mulighet før att ha illustrasjonen på høyre sida i illustration card.
Retter noen småfeil i icon card også. Ikonet skall gå helt ut mot kanten når den ligger til høyre.

@pethel pethel marked this pull request as ready for review August 20, 2024 11:28
@pethel pethel requested a review from a team as a code owner August 20, 2024 11:28

describe('IconCard', () => {
it('should render correct class and contain a div with body class', () => {
render(
<IconCard
data-testid={TEST_ID}
as="li"
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Disse vill ofta vare listelement så synes dette blir bedre.

@@ -13,288 +15,6 @@ const illustration = (
fill="none"
aria-hidden={true}
>
<path
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Vi trener ikke så svær illustrasjon i testen :)

}

@media (min-width: @breakpoint-md) {
.ffe-icon-card__icon {
margin: 0 var(--ffe-spacing-md) 0;
gap: var(--ffe-spacing-md);
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bruker gap istellet før margins

@pethel pethel force-pushed the develop_illustration-card-icon-right branch from dc1c602 to ec9dea5 Compare August 20, 2024 11:34
Copy link

Azure Static Web Apps: Your stage site is ready! Visit it here: https://black-beach-0d62d0d03-2213.westeurope.2.azurestaticapps.net

@pethel pethel merged commit c986b4a into develop Aug 20, 2024
3 checks passed
@pethel pethel deleted the develop_illustration-card-icon-right branch August 20, 2024 12:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants