Skip to content
Snippets Groups Projects
Commit adca8d67 authored by Martin Leblanc's avatar Martin Leblanc Committed by Kevin Paxman
Browse files

ISTWCMS-6584 Move card_content margin to teaser only allowing footer to be...

ISTWCMS-6584 Move card_content margin to teaser only allowing footer to be flush to section managed spacing
parent 642a29ac
No related branches found
No related tags found
1 merge request!146Feature/istwcms 6584 m26lebla update global footer
......@@ -142,7 +142,9 @@ $card-padding: var(--size-2) !default;
}
.card__content {
margin-bottom: var(--size-4);
.card__teaser & {
margin-bottom: var(--size-4);
}
width: 100%;
.card__node--expand-collapse-group &{
margin-bottom: 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment