mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-13 02:12:41 +01:00
0250b48c05
Summary: Ref T1536. Test Plan: {F46555} {F46556} Reviewers: chad, btrahan Reviewed By: chad CC: aran Maniphest Tasks: T1536 Differential Revision: https://secure.phabricator.com/D6209
20 lines
345 B
CSS
20 lines
345 B
CSS
/**
|
|
* @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;
|
|
}
|