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 {
|
2013-11-25 04:14:16 +01:00
|
|
|
background-color: #fff;
|
|
|
|
border: 1px solid {$lightblueborder};
|
2013-06-17 16:08:50 +02:00
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-position: 4px 4px;
|
2015-05-13 00:50:46 +02:00
|
|
|
background-size: 50px 50px;
|
2013-06-17 16:08:50 +02:00
|
|
|
padding: 4px 4px 4px 62px;
|
|
|
|
min-height: 50px;
|
|
|
|
border-radius: 2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.auth-account-view-name {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
.auth-account-view-provider-name {
|
2013-09-02 17:12:18 +02:00
|
|
|
color: {$lightgreytext};
|
2013-06-17 16:08:50 +02:00
|
|
|
}
|