2.19 components.technotes Tech Notes
Styling and layout for Tech Notes content type.
Example
NOTICE: Time waits for no one, and doubly so for technical information. This was posted 3 years ago. Although best efforts are made to keep content current, it’s advised to verify that this is the case here.
Article Title
Markup: components/technotes/technotes.twig
<div class="technotes contentbanner group">
<div class="innerbanner">
<div class="inner-text">
{{ banner_text }}
</div>
</div>
</div>
<div id="mainwrapper" class="technotes">
<div class="content-notice">
{{ notice_text }}
</div>
<h1>{{ note_title }}</h1>
</div>
Source:
sass/components/technotes/_technotes.scss
, line 1