Fix CSS indentation level

pull/21833/head
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 {
display: block;
text-align: center;
margin-top: 15px;
width: 100%;
font-size: 13px;
opacity: 0.8;
display: block;
text-align: center;
margin-top: 15px;
width: 100%;
font-size: 13px;
opacity: 0.8;
}
.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 {
text-align: center;
height: 150px;
margin-bottom: 45px;
text-align: center;
height: 150px;
margin-bottom: 45px;
}
.mx_AuthHeader_logo img {
max-height: 100%
max-height: 100%
}

View File

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