1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-26 11:16:12 +04:00

light sidebar fixes

This commit is contained in:
codecalm
2020-01-11 00:32:53 +01:00
parent ab91ac0f26
commit edad3ac020
4 changed files with 38 additions and 9 deletions

View File

@@ -9,12 +9,12 @@
</div>
<div class="mb-3">
<label class="form-label">Your custom URL</label>
<label class="form-label">Input with prepended text</label>
{% include ui/form/input-group.html prepend="https://tabler.io/users/" class="input-group-flat" input-class="pl-0" %}
</div>
<div class="mb-3">
<label class="form-label">Your custom subdomain</label>
<label class="form-label">Input with appended text</label>
{% include ui/form/input-group.html append=".tabler.io" input-class="text-right pr-0" class="input-group-flat" %}
</div>

View File

@@ -6,10 +6,22 @@
<div>
<!-- Sidebar menu -->
{% include layout/menu-aside.html %}
<div class="hide-sidebar-folded">
<hr>
<div class="text-muted">
<div class="mb-2">
<strong>160MB</strong> from <strong>2GB</strong> used.
</div>
{% include ui/progress.html percentage=30 size="sm" %}
</div>
</div>
</div>
<div class="mt-auto">
<div class="mt-auto hide-sidebar-folded">
{% include ui/button.html text="Logout" color="primary" icon="log-out" block=true %}
</div>
</div>
</aside>