mirror of
https://github.com/datahub-project/datahub.git
synced 2025-11-10 16:32:26 +00:00
Documentation additions to trigger another build
This commit is contained in:
parent
2307032c3e
commit
7c0c46f848
@ -2,7 +2,7 @@
|
|||||||
{{application/banner-alerts}}
|
{{application/banner-alerts}}
|
||||||
|
|
||||||
{{partial "navbar"}}
|
{{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"}}">
|
<div class="app-container {{if banners.isShowingBanners "banner-alert-offset"}}">
|
||||||
{{#hero-container}}
|
{{#hero-container}}
|
||||||
<header class="nacho-hero__header">
|
<header class="nacho-hero__header">
|
||||||
|
|||||||
@ -1,4 +1,6 @@
|
|||||||
{{#each banners.banners as |banner|}}
|
{{#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}}">
|
<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"}}
|
{{fa-icon banner.iconName class="banner-alert__icon"}}
|
||||||
<div class="banner-alert__content">
|
<div class="banner-alert__content">
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user