mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 17:02:41 +01:00
21 lines
345 B
CSS
21 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;
|
||
|
}
|