1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-20 17:28:51 +02:00
phorge-phorge/webroot/rsrc/css/application/auth/auth.css
Chad Little 3c21375930 Clean up external accounts page
Summary: Touched up the layout, css of this page

Test Plan: Viewed linked and linkable accounts. Tested mobile layout

Reviewers: epriestley

Reviewed By: epriestley

CC: Korvin, epriestley, aran

Differential Revision: https://secure.phabricator.com/D7644
2013-11-24 19:14:16 -08:00

42 lines
742 B
CSS

/**
* @provides auth-css
*/
.phabricator-login-buttons {
max-width: 508px;
margin: 16px auto;
}
.phabricator-login-buttons .phabricator-login-button .button {
width: 246px;
}
.device-desktop .phabricator-login-buttons .aphront-multi-column-column-last {
text-align: right;
}
.device .phabricator-login-buttons {
text-align: center;
}
.phabricator-link-button {
text-align: center;
}
.auth-account-view {
background-color: #fff;
border: 1px solid {$lightblueborder};
background-repeat: no-repeat;
background-position: 4px 4px;
padding: 4px 4px 4px 62px;
min-height: 50px;
border-radius: 2px;
}
.auth-account-view-name {
font-weight: bold;
}
.auth-account-view-provider-name {
color: {$lightgreytext};
}