v1-import-modal.less 665 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. .v1-import-title {
  2. text-align: center;
  3. margin-top: @line-height-computed / 2;
  4. }
  5. .v1-import-row {
  6. display: flex;
  7. align-items: center;
  8. }
  9. .v1-import-col {
  10. padding-left: 15px;
  11. padding-right: 15px;
  12. }
  13. .v1-import-col ul {
  14. margin-bottom: 0;
  15. }
  16. .v1-import-col--left {
  17. flex-shrink: 1.1;
  18. }
  19. .v1-import-img {
  20. width: 100%;
  21. margin-top: 30px;
  22. }
  23. .v1-import-cta {
  24. margin-top: 20px;
  25. margin-left: auto;
  26. margin-right: auto;
  27. width: 90%;
  28. text-align: center;
  29. }
  30. .v1-import-warning {
  31. color: #4B7FD1;
  32. font-size: 10em;
  33. line-height: 1em;
  34. }
  35. .v1-import-footer {
  36. display: flex;
  37. justify-content: space-evenly;
  38. text-align: left;
  39. }
  40. .v1-import-btn {
  41. width: 20rem;
  42. }