Advertisement
Guest User

Untitled

a guest
Dec 10th, 2019
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. .auth0-lock.auth0-lock .auth0-lock-header-bg.auth0-lock-blur-support {
  2. /* change the gray color around the heaer image */
  3. background-color: black;
  4. }
  5. .auth0-lock.auth0-lock .auth0-lock-cred-pane-internal-wrapper .auth0-lock-header {
  6. padding: 0px;
  7. }
  8. .auth0-lock.auth0-lock.auth0-lock-opened .auth0-lock-header-bg.auth0-lock-blur-support .auth0-lock-header-bg-blur {
  9. /* stop blurring around the header image */
  10. opacity: 0;
  11. }
  12. .auth0-lock-container .auth0-lock.auth0-lock-opened.auth0-lock-with-tabs .auth0-lock-overlay {
  13. /* stop blurring on the page background */
  14. opacity: 1;
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement