AuthCallback-dev.1bb355ff.css 833 B

123456789101112131415161718192021222324252627282930313233343536
  1. .callback-container[data-v-b75e7ee2] {
  2. display: flex;
  3. justify-content: center;
  4. align-items: center;
  5. min-height: 100vh;
  6. background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  7. }
  8. .callback-box[data-v-b75e7ee2] {
  9. width: 400px;
  10. text-align: center;
  11. padding: 40px;
  12. }
  13. .loading-content[data-v-b75e7ee2],
  14. .error-content[data-v-b75e7ee2],
  15. .success-content[data-v-b75e7ee2] {
  16. padding: 20px;
  17. }
  18. .loading-content h2[data-v-b75e7ee2],
  19. .error-content h2[data-v-b75e7ee2],
  20. .success-content h2[data-v-b75e7ee2] {
  21. margin: 20px 0 10px 0;
  22. color: #333;
  23. font-size: 20px;
  24. font-weight: 600;
  25. }
  26. .loading-content p[data-v-b75e7ee2],
  27. .error-content p[data-v-b75e7ee2],
  28. .success-content p[data-v-b75e7ee2] {
  29. margin: 10px 0;
  30. color: #666;
  31. font-size: 14px;
  32. }
  33. .error-content .el-button[data-v-b75e7ee2] {
  34. margin-top: 20px;
  35. }