Do elements

This commit is contained in:
Jeremy Thomas
2018-04-09 14:15:31 +01:00
parent e75fd365e3
commit f0074aa339
30 changed files with 1966 additions and 1986 deletions

View File

@@ -1,8 +1,18 @@
---
title: Notification
subtitle: "Bold <strong>notification</strong> blocks, to alert your users of something"
layout: documentation
doc-tab: elements
doc-subtab: notification
breadcrumb:
- home
- documentation
- elements
- elements-notification
meta:
colors: true
sizes: false
variables: true
---
{% capture notification %}
@@ -25,30 +35,10 @@ doc-subtab: notification
{% endfor %}
{% endcapture %}
{% include subnav/subnav-elements.html %}
{% include snippet.html content=notification %}
<section class="section">
<div class="container">
<h1 class="title">Notifications</h1>
<h2 class="subtitle">
Bold <strong>notification</strong> blocks, to alert your users of something
</h2>
{%
include meta.html
colors=true
sizes=false
variables=true
%}
{% include anchor.html name="Colors" %}
<hr>
{% include snippet.html content=notification_colors %}
{% include snippet.html content=notification %}
{% include anchor.html name="Colors" %}
{% include snippet.html content=notification_colors %}
{% include variables.html type='element' %}
</div>
</section>
{% include variables.html type='element' %}