Fix CSS indentation level

This commit is contained in:
J. Ryan Stinnett 2019-01-22 11:50:11 -06:00
parent b25c2efec5
commit 9d2bfdc0c0
3 changed files with 25 additions and 25 deletions

View file

@ -15,14 +15,14 @@ limitations under the License.
*/ */
.mx_AuthFooter { .mx_AuthFooter {
display: block; display: block;
text-align: center; text-align: center;
margin-top: 15px; margin-top: 15px;
width: 100%; width: 100%;
font-size: 13px; font-size: 13px;
opacity: 0.8; opacity: 0.8;
} }
.mx_AuthFooter a:link { .mx_AuthFooter a:link {
color: $primary-fg-color; color: $primary-fg-color;
} }

View file

@ -15,11 +15,11 @@ limitations under the License.
*/ */
.mx_AuthHeader_logo { .mx_AuthHeader_logo {
text-align: center; text-align: center;
height: 150px; height: 150px;
margin-bottom: 45px; margin-bottom: 45px;
} }
.mx_AuthHeader_logo img { .mx_AuthHeader_logo img {
max-height: 100% max-height: 100%
} }

View file

@ -15,26 +15,26 @@ limitations under the License.
*/ */
.mx_AuthPage { .mx_AuthPage {
width: 100%; width: 100%;
height: 100%; height: 100%;
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
overflow: auto; overflow: auto;
} }
.mx_AuthPage h2 { .mx_AuthPage h2 {
font-weight: 300; font-weight: 300;
margin-top: 32px; margin-top: 32px;
margin-bottom: 20px; margin-bottom: 20px;
} }
.mx_AuthPage_modal { .mx_AuthPage_modal {
width: 300px; width: 300px;
min-height: 450px; min-height: 450px;
padding-top: 50px; padding-top: 50px;
padding-bottom: 50px; padding-bottom: 50px;
margin: auto; margin: auto;
} }