Unverified Commit 7d8ea2dc authored by Alex Pott's avatar Alex Pott
Browse files

Issue #3157308 by hansa11, kishor_kolekar, riccardoR, steinmb, mherchel:...

Issue #3157308 by hansa11, kishor_kolekar, riccardoR, steinmb, mherchel: Classy stylesheet attached from Olivero twig template for node

(cherry picked from commit 289a92734a910d8f1f6b709431067e21bfd241f0)
parent 8b72ea43
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -90,3 +90,8 @@
    padding-bottom: 54px
}
  }

.node--unpublished {
  /* There is no variable for the color - #fff4f4. */
  background-color: #fff4f4;
}
+5 −0
Original line number Diff line number Diff line
@@ -69,3 +69,8 @@
    padding-block-end: var(--sp3);
  }
}

.node--unpublished {
  /* There is no variable for the color - #fff4f4. */
  background-color: #fff4f4;
}
+0 −1
Original line number Diff line number Diff line
@@ -81,7 +81,6 @@
    view_mode ? 'node--view-mode-' ~ view_mode|clean_class,
  ]
%}
{{ attach_library('classy/node') }}
<article{{ attributes.addClass(classes) }}>
  <header class="{{ layout }}">
    {{ title_prefix }}