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

ISTWCMS-5195: merge css into branch

parents a1bba0e3 dec44c88
No related branches found
No related tags found
1 merge request!118Feature/istwcms 5195 ebremner node theming
//.card.node {
// > .card__header,
// > .card__footer {
// @include uw-contained-width;
// }
// > .card__body{
// padding:0;
// }
//}
.uw-main > div > .action-links{
margin:0 !important;
}
.card__node{ .card__node{
.card__header, > .card__header,
.card__footer { > .card__footer {
margin:0 auto; margin:0 auto;
max-width: $max-width; max-width: $max-width;
} }
.uw-node__without-image &{ .uw-node__without-image &{
> .card__header, .card__header,
> .card__footer { .card__footer {
margin:0 auto; margin:0 auto;
max-width: $max-width; max-width: $max-width;
} }
} }
.card__featured-image { .card__featured-image {
...@@ -74,3 +61,7 @@ ...@@ -74,3 +61,7 @@
padding: gesso-spacing(xs) gesso-spacing(md); padding: gesso-spacing(xs) gesso-spacing(md);
} }
} }
// Why is this in here ?
.uw-main > div > .action-links{
margin:0 !important;
}
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