AdvancedProfile.less 735 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. @import '~antd/lib/style/themes/default.less';
  2. .headerList {
  3. margin-bottom: 4px;
  4. }
  5. .tabsCard {
  6. :global {
  7. .ant-card-head {
  8. padding: 0 16px;
  9. }
  10. }
  11. }
  12. .noData {
  13. color: @disabled-color;
  14. font-size: 16px;
  15. line-height: 64px;
  16. text-align: center;
  17. i {
  18. position: relative;
  19. top: 3px;
  20. margin-right: 16px;
  21. font-size: 24px;
  22. }
  23. }
  24. .heading {
  25. color: @heading-color;
  26. font-size: 20px;
  27. }
  28. .stepDescription {
  29. position: relative;
  30. left: 38px;
  31. padding-top: 8px;
  32. font-size: 14px;
  33. text-align: left;
  34. > div {
  35. margin-top: 8px;
  36. margin-bottom: 4px;
  37. }
  38. }
  39. .textSecondary {
  40. color: @text-color-secondary;
  41. }
  42. @media screen and (max-width: @screen-sm) {
  43. .stepDescription {
  44. left: 8px;
  45. }
  46. }