1
0
mirror of https://github.com/tabler/tabler.git synced 2026-07-23 19:50:59 +04:00
This commit is contained in:
codecalm
2020-11-14 20:24:24 +01:00
parent 887e23afe1
commit 8cd54e9c74
4 changed files with 18 additions and 15 deletions
+12 -9
View File
@@ -118,12 +118,15 @@ extra:
title: Extra
icon: star
children:
activity:
title: Activity
url: activity.html
gallery:
title: Gallery
url: gallery.html
invoice:
title: Invoice
url: invoice.html
widgets:
title: Widgets
url: widgets.html
search-results:
title: Search results
url: search-results.html
@@ -133,18 +136,18 @@ extra:
users:
title: Users
url: users.html
gallery:
title: Gallery
url: gallery.html
license:
title: License
url: license.html
music:
title: Music
url: music.html
activity:
title: Activity
url: activity.html
widgets:
title: Widgets
url: widgets.html
wizard:
title: Wizard
url: wizard.html
layout:
icon: layout-2
+1 -1
View File
@@ -5,7 +5,7 @@ body-class: border-top-wide border-primary d-flex flex-column
<div class="flex-fill d-flex flex-column justify-content-center">
<div class="container-{{ page.container-size | default: 'tight' }} py-6">
<div class="text-center mb-5">
<div class="text-center mb-4">
<a href="{{ site.base }}"><img src="{{ site.base }}/static/logo.svg" height="36" alt=""></a>
</div>
+3 -3
View File
@@ -1,11 +1,11 @@
---
title: Wizard
layout: single
menu: extra.welcome
menu: extra.wizard
---
<div class="card">
<div class="card card-md">
<div class="card-body text-center py-4 p-sm-5">
{% include ui/illustration.html image="undraw_sign_in_e6hj.svg" height="120" class="mb-n2" %}
<h1 class="mt-5">Welcome to Tabler!</h1>
@@ -32,7 +32,7 @@ menu: extra.welcome
</div>
</div>
<div class="row align-items-center">
<div class="row align-items-center mt-3">
<div class="col-4">
{% include ui/progress.html value=25 %}
</div>
+2 -2
View File
@@ -32,9 +32,9 @@ Form hint
*/
.form-hint {
display: block;
font-size: $small-font-size;
font-size: $h5-font-size;
line-height: $h5-line-height;
color: $text-muted;
line-height: 1.25rem;
&:last-child {