codecalm 4 роки тому
батько
коміт
9c4fac6eac

+ 1 - 1
src/pages/_includes/cards/forgot-password.html

@@ -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>

+ 1 - 1
src/pages/_includes/cards/sign-in.html

@@ -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>

+ 1 - 1
src/pages/_includes/cards/sign-up.html

@@ -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 - 0
src/scss/layout/_core.scss

@@ -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;

+ 1 - 1
src/scss/ui/_buttons.scss

@@ -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 {

+ 2 - 1
src/scss/ui/_grid.scss

@@ -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;
     }
     }
   }
   }