1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-21 01:38:48 +02:00
phorge-phorge/webroot/rsrc/css/application/auth/auth.css
Chad Little 67a3cc36d1 [Redesign] Slight border inset on all profile photos
Summary: Ref T8099, Cleans up profile photos around the site in a more consistent way.

Test Plan: grep for 'background-size: 100%'

Reviewers: btrahan, epriestley

Reviewed By: epriestley

Subscribers: epriestley, Korvin

Maniphest Tasks: T8099

Differential Revision: https://secure.phabricator.com/D13360
2015-06-19 20:44:08 +01:00

53 lines
904 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};
border-radius: 2px;
min-height: 50px;
position: relative;
padding: 4px 4px 4px 64px;
}
.auth-account-view-profile-image {
width: 50px;
height: 50px;
top: 4px;
left: 4px;
background-repeat: no-repeat;
background-size: 100%;
box-shadow: {$borderinset};
position: absolute;
}
.auth-account-view-name {
font-weight: bold;
}
.auth-account-view-provider-name {
color: {$lightgreytext};
}