Font.less 655 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. .setting {
  2. display: flex;
  3. align-items: center;
  4. }
  5. .width1 {
  6. width: 150px !important;
  7. margin-right: 8px;
  8. &:global(.ant-select-sm) {
  9. width: 140px !important;
  10. }
  11. &:global(.ant-select-lg) {
  12. width: 160px !important;
  13. }
  14. }
  15. .width2 {
  16. width: 80px !important;
  17. margin-right: 8px;
  18. &:global(.ant-select-sm) {
  19. width: 70px !important;
  20. }
  21. &:global(.ant-select-lg) {
  22. width: 90px !important;
  23. }
  24. }
  25. .width3 {
  26. width: 100px !important;
  27. margin-right: 8px;
  28. &:global(.ant-select-sm) {
  29. width: 90px !important;
  30. }
  31. &:global(.ant-select-lg) {
  32. width: 110px !important;
  33. }
  34. }
  35. .colorWrapper {
  36. display: inline-block;
  37. }