mirror of
https://github.com/tabler/tabler.git
synced 2026-06-17 12:50:03 +04:00
centered container
This commit is contained in:
@@ -9,7 +9,7 @@ layout: base
|
||||
{% include layout/navbar-secondary.html %}
|
||||
|
||||
<div class="content">
|
||||
<div class="container">
|
||||
<div class="container{% if page.container-centered %} d-flex flex-column justify-content-center{% endif %}">
|
||||
{% if page-header %}
|
||||
{% include layout/page-header.html title=page-header description=page.page-header-description actions=page.page-header-actions pretitle=page.page-header-pretitle %}
|
||||
{% endif %}
|
||||
|
||||
@@ -3,6 +3,7 @@ title: Blank page
|
||||
blank: true
|
||||
done: true
|
||||
menu: base.blank
|
||||
container-centered: true
|
||||
---
|
||||
|
||||
{% include ui/empty.html button-text="Add your first client" button-icon="plus" illustration=true illustration-src="undraw_printing_invoices_5r4r.svg" %}
|
||||
|
||||
Reference in New Issue
Block a user