1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-22 01:44:25 +04:00

margin fixes

This commit is contained in:
codecalm
2020-12-19 14:22:07 +01:00
parent 7e515aa12b
commit bdcb3b2fe1
6 changed files with 8 additions and 8 deletions

View File

@@ -34,7 +34,7 @@ You can also move the lines to right or to center:
<div class="skeleton-line"></div>
<div class="skeleton-line"></div>
</div>
<div class="text-center mt">
<div class="text-center mt-3">
<div class="skeleton-line"></div>
<div class="skeleton-line"></div>
<div class="skeleton-line"></div>

View File

@@ -13,6 +13,6 @@
</div>
</div>
</form>
<div class="text-center text-muted mt">
<div class="text-center text-muted mt-3">
Forget it, <a href="{{ site.base }}/sign-in.html">send me back</a> to the sign in screen.
</div>

View File

@@ -37,6 +37,6 @@
</div>
</form>
<div class="text-center text-muted mt">
<div class="text-center text-muted mt-3">
Don't have account yet? <a href="{{ site.base }}/sign-up.html" tabindex="-1">Sign up</a>
</div>

View File

@@ -27,6 +27,6 @@
</div>
</form>
<div class="text-center text-muted mt">
<div class="text-center text-muted mt-3">
Already have account? <a href="{{ site.base }}/sign-in.html" tabindex="-1">Sign in</a>
</div>

View File

@@ -44,11 +44,11 @@
<div class="mb-3">
<label class="form-label">Floating inputs</label>
<div class="form-floating mb">
<div class="form-floating mb-3">
<input type="email" class="form-control" id="floating-input" value="name@example.com" autocomplete="off">
<label for="floating-input">Email address</label>
</div>
<div class="form-floating mb">
<div class="form-floating mb-3">
<input type="password" class="form-control" id="floating-password" value="Password" autocomplete="off">
<label for="floating-password">Password</label>
</div>

View File

@@ -26,8 +26,8 @@
<div class="col-12">
<div class="card">
<div class="card-body">
<p class="mb">Using Storage <strong>6854.45 MB </strong>of 8 GB</p>
<div class="progress progress-separated mb">
<p class="mb-3">Using Storage <strong>6854.45 MB </strong>of 8 GB</p>
<div class="progress progress-separated mb-3">
<div class="progress-bar bg-primary" role="progressbar" style="width: 44%"></div>
<div class="progress-bar bg-info" role="progressbar" style="width: 19%"></div>
<div class="progress-bar bg-success" role="progressbar" style="width: 9%"></div>