Skip to content
Snippets Groups Projects
Commit 6b4c7674 authored by Martin Leblanc's avatar Martin Leblanc
Browse files

ISTWCMS-5195:additional css for card spacing

parent f6482e78
No related branches found
No related tags found
1 merge request!118Feature/istwcms 5195 ebremner node theming
......@@ -47,7 +47,7 @@ $card-padding: rem(gesso-spacing(sm)) !default;
.card__header{
@include uw-no-breakout();
color: $card-meta-color;
margin-bottom: rem(gesso-spacing(sm));
//margin-bottom: rem(gesso-spacing(sm));
width: 100%;
}
......@@ -73,6 +73,8 @@ $card-padding: rem(gesso-spacing(sm)) !default;
@include uw-no-breakout();
font-family: gesso-font-family(systemmedium);
font-size: gesso-font-size(-1);
margin-top: 0;
padding: 0 0 gesso-spacing(xs) 0;
a {
@include link(
$card-link-color,
......
......@@ -11,14 +11,14 @@
margin:0 !important;
}
.card__node{
> .card__header,
> .card__footer {
.card__header,
.card__footer {
margin:0 auto;
max-width: $max-width;
}
.uw-node__without-image &{
.card__header,
.card__footer {
> .card__header,
> .card__footer {
margin:0 auto;
max-width: $max-width;
......
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