Rename mx_Login_box
to mx_AuthPage_modal
and fold into AuthPage
This commit is contained in:
parent
41adcdc898
commit
71610ce24d
1 changed files with 2 additions and 2 deletions
|
@ -88,7 +88,7 @@ limitations under the License.
|
||||||
|
|
||||||
// overrides of .mx_Login
|
// overrides of .mx_Login
|
||||||
|
|
||||||
.mx_Login_box {
|
.mx_AuthPage_modal {
|
||||||
width: 330px;
|
width: 330px;
|
||||||
min-height: initial;
|
min-height: initial;
|
||||||
padding-top: 40px;
|
padding-top: 40px;
|
||||||
|
@ -124,7 +124,7 @@ limitations under the License.
|
||||||
padding: 19px;
|
padding: 19px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_Login_box h2 {
|
.mx_AuthPage_modal h2 {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
color: $form-fg-color;
|
color: $form-fg-color;
|
||||||
font-size: 25px;
|
font-size: 25px;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue