-
Notifications
You must be signed in to change notification settings - Fork 83
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
Conversation
|
||
describe('IconCard', () => { | ||
it('should render correct class and contain a div with body class', () => { | ||
render( | ||
<IconCard | ||
data-testid={TEST_ID} | ||
as="li" |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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); |
There was a problem hiding this comment.
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
dc1c602
to
ec9dea5
Compare
Azure Static Web Apps: Your stage site is ready! Visit it here: https://black-beach-0d62d0d03-2213.westeurope.2.azurestaticapps.net |
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.