Changeset View
Changeset View
Standalone View
Standalone View
webroot/rsrc/css/application/auth/auth.css
| Show First 20 Lines • Show All 49 Lines • ▼ Show 20 Lines | |||||
| .auth-account-view-provider-name { | .auth-account-view-provider-name { | ||||
| color: {$lightgreytext}; | color: {$lightgreytext}; | ||||
| } | } | ||||
| .auth-account-view-account-uri { | .auth-account-view-account-uri { | ||||
| word-break: break-word; | word-break: break-word; | ||||
| } | } | ||||
| .auth-custom-message { | |||||
| margin: 32px auto 64px; | |||||
| max-width: 548px; | |||||
| background: #fff; | |||||
| padding: 16px; | |||||
| border: 1px solid {$lightblueborder}; | |||||
| border-radius: 4px; | |||||
| } | |||||