mirror of
https://github.com/tabler/tabler.git
synced 2026-08-15 07:42:26 +04:00
layout fixes
This commit is contained in:
@@ -13,6 +13,6 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
<div class="text-center text-muted">
|
<div class="text-center text-muted mt">
|
||||||
Forget it, <a href="{{ site.base }}/sign-in.html">send me back</a> to the sign in screen.
|
Forget it, <a href="{{ site.base }}/sign-in.html">send me back</a> to the sign in screen.
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -37,6 +37,6 @@
|
|||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
<div class="text-center text-muted">
|
<div class="text-center text-muted mt">
|
||||||
Don't have account yet? <a href="{{ site.base }}/sign-up.html" tabindex="-1">Sign up</a>
|
Don't have account yet? <a href="{{ site.base }}/sign-up.html" tabindex="-1">Sign up</a>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -27,6 +27,6 @@
|
|||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
<div class="text-center text-muted">
|
<div class="text-center text-muted mt">
|
||||||
Already have account? <a href="{{ site.base }}/sign-in.html" tabindex="-1">Sign in</a>
|
Already have account? <a href="{{ site.base }}/sign-in.html" tabindex="-1">Sign in</a>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -2,6 +2,7 @@
|
|||||||
html {
|
html {
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
scroll-behavior: smooth;
|
scroll-behavior: smooth;
|
||||||
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
@@ -11,6 +12,7 @@ body {
|
|||||||
text-rendering: optimizeLegibility;
|
text-rendering: optimizeLegibility;
|
||||||
font-feature-settings: "liga" 0;
|
font-feature-settings: "liga" 0;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
min-height: 100%;
|
||||||
|
|
||||||
.content * {
|
.content * {
|
||||||
@include scrollbar;
|
@include scrollbar;
|
||||||
|
|||||||
@@ -133,7 +133,7 @@
|
|||||||
margin-right: -.5rem;
|
margin-right: -.5rem;
|
||||||
|
|
||||||
> * {
|
> * {
|
||||||
margin: 0 .5rem .5rem 0;
|
margin: 0 .5rem .5rem 0 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
> .btn-block {
|
> .btn-block {
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
%container-common {
|
%container-common {
|
||||||
@include media-breakpoint-down($cards-grid-breakpoint) {
|
@include media-breakpoint-down($cards-grid-breakpoint) {
|
||||||
--bs-gutter-x: #{$grid-gutter-width};
|
--#{$variable-prefix}gutter-x: #{$grid-gutter-width};
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -16,6 +16,7 @@
|
|||||||
.container {
|
.container {
|
||||||
@each $variation, $size in $container-variations {
|
@each $variation, $size in $container-variations {
|
||||||
&-#{$variation} {
|
&-#{$variation} {
|
||||||
|
@include make-container();
|
||||||
max-width: $size;
|
max-width: $size;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user