Skip to content

Commit b0ec987

Browse files
committed
[MOOSE-307]: override admin email notification styles
1 parent 4fb2a9a commit b0ec987

File tree

1 file changed

+5
-3
lines changed
  • wp-content/themes/core/assets/pcss/login

1 file changed

+5
-3
lines changed

wp-content/themes/core/assets/pcss/login/login.pcss

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@
1010

1111
.login {
1212
display: flex;
13+
flex-direction: column;
1314
align-items: center;
15+
justify-content: center;
1416
width: 100%;
1517
height: 100%;
1618
position: relative;
@@ -53,10 +55,10 @@
5355

5456
.login #login {
5557
width: 100%;
58+
max-width: none !important;
5659
position: relative;
5760
z-index: 1;
58-
margin-right: auto;
59-
margin-left: 0;
61+
margin: 0 auto 0 0 !important;
6062
padding: 80px 25px 100px;
6163
overflow: hidden;
6264
box-sizing: border-box;
@@ -68,7 +70,7 @@
6870
}
6971

7072
@media (min-width: 960px) {
71-
width: 50%;
73+
width: 50% !important;
7274
}
7375
}
7476

0 commit comments

Comments
 (0)