Documentation additions to trigger another build

This commit is contained in:
cptran777 2018-05-01 14:25:12 -07:00
parent 2307032c3e
commit 7c0c46f848
2 changed files with 3 additions and 1 deletions

View File

@ -2,7 +2,7 @@
{{application/banner-alerts}}
{{partial "navbar"}}
{{!-- banner-alert-offset pushes the app view down to show the banner at the top above the navbar --}}
<div class="app-container {{if banners.isShowingBanners "banner-alert-offset"}}">
{{#hero-container}}
<header class="nacho-hero__header">

View File

@ -1,4 +1,6 @@
{{#each banners.banners as |banner|}}
{{!-- Exiting state will shrink the banner alert to height 0 before it gets ultimately removed. Active is the
basic default state of the banner alert. --}}
<div class="banner-alert {{if banner.isExiting "banner-alert--exiting" "banner-alert--active"}} banner-alert--{{banner.type}}">
{{fa-icon banner.iconName class="banner-alert__icon"}}
<div class="banner-alert__content">