Fixes #3132 - Powered by footer blocks Logins.

This commit is contained in:
Marcel Herrguth 2020-10-07 17:09:25 +02:00 committed by Thorsten Eckel
parent ab6b68942c
commit 73f08e8f77

View file

@ -2822,7 +2822,7 @@ kbd {
} }
.login { .login {
padding: 24px 24px 97px; padding: 24px;
color: hsl(212,8%,40%); color: hsl(212,8%,40%);
a { a {
@ -2888,13 +2888,9 @@ kbd {
align-items: center; align-items: center;
justify-content: center; justify-content: center;
color: hsl(233,7%,26%); color: hsl(233,7%,26%);
margin: auto 0 34px -16px; margin: 34px 0 10px -16px;
@include rtl(margin, auto -16px 34px 0); @include rtl(margin, 34px -16px 10px 0);
cursor: default; cursor: default;
position: absolute;
bottom: 0;
left: 0;
right: 0;
.icon-logo { .icon-logo {
@include bidi-style(margin-right, 8px, margin-left, 0); @include bidi-style(margin-right, 8px, margin-left, 0);
@ -2910,10 +2906,14 @@ kbd {
.fullscreen { .fullscreen {
@extend .fit; @extend .fit;
display: table; display: flex;
flex-direction: column;
align-items: center;
width: 100%; width: 100%;
height: 100%; height: 100%;
min-height: 100vh; min-height: 100vh;
overflow: auto;
-webkit-overflow-scrolling: touch;
} }
.fullscreen p { .fullscreen p {
@ -2921,9 +2921,7 @@ kbd {
} }
.fullscreen-center { .fullscreen-center {
display: table-cell; margin: auto;
vertical-align: middle;
text-align: center;
} }
.fullscreen-body { .fullscreen-body {