make button margin equal all around
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
bc4254574d
commit
c6688f0245
1 changed files with 3 additions and 1 deletions
|
@ -149,8 +149,10 @@ we don't have an account and should hide them. No account == no guest account ei
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.mx_ButtonRow.mx_WelcomePage_guestFunctions {
|
||||||
|
margin-top: 20px;
|
||||||
|
}
|
||||||
.mx_ButtonRow.mx_WelcomePage_guestFunctions > div {
|
.mx_ButtonRow.mx_WelcomePage_guestFunctions > div {
|
||||||
padding-top: 16px;
|
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue