-
Notifications
You must be signed in to change notification settings - Fork 0
Components and Utilities
Jo Dickson edited this page Dec 6, 2018
·
2 revisions
In addition to having access to Athena Framework styles and styles made available in the UCF WordPress Theme, the components and utilities listed below are provided in the Online Child Theme:
Utility class for defining a basic bulleted list with gold bullets.
The outer ul
element for the list.
<ul class="list-bullets">
<li>...</li>
<li>...</li>
<li>...</li>
</ul>
The Online Child theme includes the following background color classes not included in the Athena Framework:
-
.bg-inverse-t-4
(brand-inverse color, 66% opacity)
This theme includes overrides for Athena's stylized quotation blockquote classes to match the desired look+feel for the site.
Class for the <blockquote>
element.
<blockquote class="blockquote blockquote-quotation font-serif">
<p class="mb-0">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.</p>
<footer class="blockquote-footer text-uppercase">Someone famous in <cite title="Source Title">Source Title</cite></footer>
</blockquote>