mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-13 02:12:41 +01:00
7271547132
Summary: Ref T1536. These can probably use some design tweaking and there's a bit of a bug with profile images for some providers, but generally seems to be in the right ballpark. Test Plan: {F46604} {F46605} Reviewers: chad, btrahan Reviewed By: chad CC: aran Maniphest Tasks: T1536 Differential Revision: https://secure.phabricator.com/D6210
42 lines
736 B
CSS
42 lines
736 B
CSS
/**
|
|
* @provides auth-css
|
|
*/
|
|
|
|
.phabricator-login-buttons {
|
|
max-width: 450px;
|
|
margin: auto;
|
|
}
|
|
|
|
.phabricator-login-buttons .phabricator-login-button .button {
|
|
width: 216px;
|
|
}
|
|
|
|
.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 {
|
|
border: 1px solid #aaaaaa;
|
|
background-repeat: no-repeat;
|
|
background-position: 4px 4px;
|
|
padding: 4px 4px 4px 62px;
|
|
min-height: 50px;
|
|
border-radius: 2px;
|
|
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
|
|
}
|
|
|
|
.auth-account-view-name {
|
|
font-weight: bold;
|
|
}
|
|
|
|
.auth-account-view-provider-name {
|
|
color: #888888;
|
|
}
|