1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-10 17:02:41 +01:00
phorge-phorge/webroot/rsrc/css/application/auth/auth.css

21 lines
345 B
CSS
Raw Normal View History

/**
* @provides auth-css
*/
.phabricator-login-buttons {
max-width: 450px;
margin: auto;
}
.phabricator-login-buttons .phabricator-login-button .button {
width: 180px;
}
.device-desktop .phabricator-login-buttons .aphront-multi-column-column-last {
text-align: right;
}
.device .phabricator-login-buttons {
text-align: center;
}