Login: align login buttons

fixes #1475
This commit is contained in:
Felix Niklas 2017-09-26 09:26:40 +02:00
parent ebc478a3c0
commit a59c23e9f7

View file

@ -2334,6 +2334,10 @@ kbd {
0 6px 20px 0 rgba(0, 0, 0, 0.09);
}
}
.btn:not(.btn--text) {
min-width: calc(33% - 6px); // auth provider width
}
}
.login .hero-unit {