mirror of
https://github.com/datahub-project/datahub.git
synced 2025-11-11 08:52:58 +00:00
Documentation additions to trigger another build
This commit is contained in:
parent
2307032c3e
commit
7c0c46f848
@ -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">
|
||||
|
||||
@ -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">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user