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 {
|
2015-07-18 17:51:25 +02:00
|
|
|
background-color: {$lightbluebackground};
|
|
|
|
border: 1px solid {$thinblueborder};
|
|
|
|
border-radius: 3px;
|
2015-05-13 17:14:47 +02:00
|
|
|
min-height: 50px;
|
|
|
|
position: relative;
|
|
|
|
padding: 4px 4px 4px 64px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.auth-account-view-profile-image {
|
|
|
|
width: 50px;
|
|
|
|
height: 50px;
|
2015-07-18 17:51:25 +02:00
|
|
|
top: 6px;
|
|
|
|
left: 6px;
|
2015-05-13 17:14:47 +02:00
|
|
|
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-size: 100%;
|
2015-06-19 21:44:08 +02:00
|
|
|
box-shadow: {$borderinset};
|
2015-05-13 17:14:47 +02:00
|
|
|
position: absolute;
|
2013-06-17 16:08:50 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.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
|
|
|
}
|
2015-07-18 17:51:25 +02:00
|
|
|
|
|
|
|
.auth-account-view-account-uri {
|
|
|
|
word-break: break-word;
|
|
|
|
}
|