Guest User

Untitled

a guest
Feb 13th, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.34 KB | None | 0 0
  1. body {
  2. marign: 0;
  3. }
  4.  
  5. #auth0-lock-container-1.auth0-lock-container {
  6. min-height: 100vh;
  7. }
  8.  
  9. #auth0-lock-container-1 .auth0-lock-overlay {
  10. display:none;
  11. }
  12.  
  13. #auth0-lock-container-1 .auth0-lock-center {
  14. display:block;
  15. overflow-y: auto;
  16. background: linear-gradient(45deg,#6fa8ef 0%,#5a65db 50%);
  17. }
  18.  
  19. #auth0-lock-container-1 .auth0-lock-widget {
  20. width: 50%;
  21. box-shadow: none;
  22. background: #fff;
  23. min-height: 100vh;
  24. margin: 0px 0px 0px 0px;
  25. float: right;
  26. border-radius: 0;
  27. }
  28.  
  29. #auth0-lock-container-1 .auth0-lock.auth0-lock .auth0-lock-header-bg {
  30. background: #fff;
  31. }
  32.  
  33. #auth0-lock-container-1 .auth0-lock-header-bg-blur {
  34. background: none!important;
  35. }
  36.  
  37. #auth0-lock-container-1 .auth0-lock-header-avatar {
  38. margin: 0px auto;
  39. margin-top: 20px;
  40. }
  41.  
  42. #auth0-lock-container-1 .auth0-lock-widget-container {
  43. padding-top: 40px;
  44. }
  45.  
  46. #auth0-lock-container-1 .auth0-lock.auth0-lock .auth0-lock-widget {
  47. -webkit-transform: translateX(100%) scale(0.8);
  48. transform: translateX(100%) scale(0.8);
  49. }
  50.  
  51. #auth0-lock-container-1 .auth0-lock.auth0-lock.auth0-lock-opened .auth0-lock-widget {
  52. -webkit-transform: translateX(0%) scale(1);
  53. transform: translateX(0%) scale(1);
  54. }
  55.  
  56. @media (max-width: 850px) {
  57. #auth0-lock-container-1 .auth0-lock-widget {
  58. width: 75%;
  59. }
  60. }
  61.  
  62. @media (max-width: 650px) {
  63. #auth0-lock-container-1 .auth0-lock-widget {
  64. width: 100%;
  65. }
  66. }
Add Comment
Please, Sign In to add comment