Path: blob/master/webroot/rsrc/css/application/auth/auth.css
12242 views
/**1* @provides auth-css2*/34.phabricator-login-buttons {5max-width: 508px;6margin: 16px auto;7}89.phabricator-login-buttons .phabricator-login-button .button {10width: 246px;11}1213.device-desktop .phabricator-login-buttons .aphront-multi-column-column-last {14text-align: right;15}1617.device .phabricator-login-buttons {18text-align: center;19}2021.phabricator-link-button {22text-align: center;23}2425.auth-account-view {26background-color: {$lightbluebackground};27border: 1px solid {$thinblueborder};28border-radius: 3px;29min-height: 50px;30position: relative;31padding: 4px 4px 4px 64px;32}3334.auth-account-view-profile-image {35width: 50px;36height: 50px;37top: 6px;38left: 6px;3940background-repeat: no-repeat;41background-size: 100%;42box-shadow: {$borderinset};43position: absolute;44}4546.auth-account-view-name {47font-weight: bold;48}4950.auth-account-view-provider-name {51color: {$lightgreytext};52}5354.auth-account-view-account-uri {55word-break: break-word;56}5758.auth-custom-message {59margin: 32px auto 48px;60max-width: 548px;61background: #fff;62padding: 16px;63border: 1px solid {$lightblueborder};64border-radius: 4px;65}666768