2013-06-17 01:31:57 +02:00
|
|
|
/**
|
|
|
|
* @provides auth-css
|
|
|
|
*/
|
|
|
|
|
|
|
|
.phabricator-login-buttons {
|
2013-06-18 07:02:16 +02:00
|
|
|
max-width: 508px;
|
2013-06-18 19:58:16 +02:00
|
|
|
margin: 16px auto;
|
2013-06-17 01:31:57 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.phabricator-login-buttons .phabricator-login-button .button {
|
2013-06-18 07:02:16 +02:00
|
|
|
width: 246px;
|
2013-06-17 01:31:57 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.device-desktop .phabricator-login-buttons .aphront-multi-column-column-last {
|
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
|
|
|
|
.device .phabricator-login-buttons {
|
|
|
|
text-align: center;
|
|
|
|
}
|
2013-06-17 15:12:45 +02:00
|
|
|
|
|
|
|
.phabricator-link-button {
|
|
|
|
text-align: center;
|
|
|
|
}
|
2013-06-17 16:08:50 +02:00
|
|
|
|
|
|
|
.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;
|
|
|
|
}
|