mirror of
https://github.com/tabler/tabler.git
synced 2025-12-25 19:34:44 +04:00
containers, grid fixes, small fixes
This commit is contained in:
@@ -51,32 +51,44 @@ base:
|
||||
title: Music
|
||||
url: music.html
|
||||
|
||||
error:
|
||||
title: Error pages
|
||||
icon: file-minus
|
||||
children:
|
||||
400:
|
||||
url: 400.html
|
||||
title: 400 page
|
||||
401:
|
||||
url: 401.html
|
||||
title: 401 page
|
||||
403:
|
||||
url: 403.html
|
||||
title: 403 page
|
||||
404:
|
||||
url: 404.html
|
||||
title: 404 page
|
||||
500:
|
||||
url: 500.html
|
||||
title: 500 page
|
||||
503:
|
||||
url: 503.html
|
||||
title: 503 page
|
||||
maintenance:
|
||||
url: maintenance.html
|
||||
title: Maintenance page
|
||||
authentication:
|
||||
title: Authentication
|
||||
children:
|
||||
sign-in:
|
||||
title: Sign in
|
||||
url: sign-in.html
|
||||
sign-up:
|
||||
title: Sign up
|
||||
url: sign-up.html
|
||||
forgot-password:
|
||||
title: Forgot password
|
||||
url: forgot-password.html
|
||||
|
||||
error:
|
||||
title: Error pages
|
||||
icon: file-minus
|
||||
children:
|
||||
400:
|
||||
url: 400.html
|
||||
title: 400 page
|
||||
401:
|
||||
url: 401.html
|
||||
title: 401 page
|
||||
403:
|
||||
url: 403.html
|
||||
title: 403 page
|
||||
404:
|
||||
url: 404.html
|
||||
title: 404 page
|
||||
500:
|
||||
url: 500.html
|
||||
title: 500 page
|
||||
503:
|
||||
url: 503.html
|
||||
title: 503 page
|
||||
maintenance:
|
||||
url: maintenance.html
|
||||
title: Maintenance page
|
||||
a:
|
||||
title: A
|
||||
icon: menu
|
||||
|
||||
@@ -10,11 +10,11 @@ done: true
|
||||
<p>
|
||||
Dicta error hic illo iure necessitatibus nihil officiis omnis perferendis, praesentium repellendus rerum, saepe sed, sit!
|
||||
</p>
|
||||
{% include ui/hr.html text="Left divider" %}
|
||||
{% include ui/hr.html text="Left divider" position="left" %}
|
||||
<p>
|
||||
Dicta error hic illo iure necessitatibus nihil officiis omnis perferendis, praesentium repellendus rerum, saepe sed, sit!
|
||||
</p>
|
||||
{% include ui/hr.html text="Centered divider" position="center" %}
|
||||
{% include ui/hr.html text="Centered divider" %}
|
||||
<p>
|
||||
Dicta error hic illo iure necessitatibus nihil officiis omnis perferendis, praesentium repellendus rerum, saepe sed, sit!
|
||||
</p>
|
||||
|
||||
@@ -21,10 +21,13 @@
|
||||
{{ track.duration_ms | miliseconds_to_minutes }}
|
||||
</div>
|
||||
<div class="col-auto">
|
||||
{% include ui/icon.html icon="heart" %}
|
||||
<a href="#" class="link-secondary">{% include ui/icon.html icon="heart" %}</a>
|
||||
</div>
|
||||
<div class="col-auto">
|
||||
{% include ui/icon.html icon="more-horizontal" %}
|
||||
<div class="dropdown">
|
||||
<a href="#" class="link-secondary" data-toggle="dropdown">{% include ui/icon.html icon="more-horizontal" %}</a>
|
||||
{% include ui/dropdown-menu.html right=true %}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<form class="card" action="#" method="get">
|
||||
<div class="card-body p-5">
|
||||
<form class="card card-md" action="#" method="get">
|
||||
<div class="card-body">
|
||||
<div class="card-title">Login to your account</div>
|
||||
|
||||
<div class="mb-3">
|
||||
@@ -26,6 +26,15 @@
|
||||
<button type="submit" class="btn btn-primary btn-block">Sign in</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{% include ui/hr.html text="or" %}
|
||||
|
||||
<div class="card-body">
|
||||
<div class="btn-list">
|
||||
{% include ui/button.html color="secondary" block=true icon="brand/github" icon-color="github" text="Login with Github" %}
|
||||
{% include ui/button.html color="secondary" block=true icon="brand/twitter" icon-color="twitter" text="Login with Twitter" %}
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
|
||||
<div class="text-center text-muted">
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<div class="card card-md">
|
||||
<div class="card card-lg">
|
||||
<div class="card-body">
|
||||
{% include layout/layouts-list.html %}
|
||||
</div>
|
||||
|
||||
@@ -4,7 +4,7 @@ body-class: border-top-wide border-primary
|
||||
---
|
||||
|
||||
<div class="min-h-full d-flex flex-column justify-content-center">
|
||||
<div class="container-sm py-6">
|
||||
<div class="container-narrow py-6">
|
||||
<div class="text-center mb-4">
|
||||
<img src="{{ site.base }}/static/logo.svg" height="36" alt="">
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user