Skip to content
Snippets Groups Projects

ISTWCMS-5898: section-spacing-seperator and column-seperator css

1 file
+ 6
3
Compare changes
  • Side-by-side
  • Inline
@@ -15,7 +15,7 @@
@include uw-contained-width(var(--layout-max-width));
}
}
.uw-node__with-media &{
.uw-node__with-media & {
> .card__header {
padding: 0;
&.uw-node__with-media{
@@ -36,6 +36,9 @@
}
.card__header {
padding: 0 0 var(--size-2) 0;
&:not(:has(*)) {
padding: 0;
}
}
}
.card__tags {
@@ -58,7 +61,7 @@
}
// CSS for specific node card presentations:
&--web-page{
&--web-page {
// Currently this is PL demo only
// needs to be implemented correctly when webpage has media.
.uw-node__with-media & {
@@ -67,7 +70,7 @@
padding: var(--size-2) 0;
}
}
.card__featured-image{
.card__featured-image {
align-items: center;
background-position: center center;
background-repeat: no-repeat;
Loading