spacing.scss 3.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. .m-none { margin: 0 !important; }
  2. .p-none { padding: 0 !important; }
  3. .m-t-none { margin-top: 0 !important; }
  4. .p-t-none { padding-top: 0 !important; }
  5. .m-r-none { margin-right: 0 !important; }
  6. .p-r-none { padding-right: 0 !important; }
  7. .m-b-none { margin-bottom: 0 !important; }
  8. .p-b-none { padding-bottom: 0 !important; }
  9. .m-l-none { margin-left: 0 !important; }
  10. .p-l-none { padding-left: 0 !important; }
  11. .m-xxs { margin: 0.125rem !important; }
  12. .p-xxs { padding: 0.125rem !important; }
  13. .m-t-xxs { margin-top: 0.125rem !important; }
  14. .p-t-xxs { padding-top: 0.125rem !important; }
  15. .m-r-xxs { margin-right: 0.125rem !important; }
  16. .p-r-xxs { padding-right: 0.125rem !important; }
  17. .m-b-xxs { margin-bottom: 0.125rem !important; }
  18. .p-b-xxs { padding-bottom: 0.125rem !important; }
  19. .m-l-xxs { margin-left: 0.125rem !important; }
  20. .p-l-xxs { padding-left: 0.125rem !important; }
  21. .m-xs { margin: 0.25rem !important; }
  22. .p-xs { padding: 0.25rem !important; }
  23. .m-t-xs { margin-top: 0.25rem !important; }
  24. .p-t-xs { padding-top: 0.25rem !important; }
  25. .m-r-xs { margin-right: 0.25rem !important; }
  26. .p-r-xs { padding-right: 0.25rem !important; }
  27. .m-b-xs { margin-bottom: 0.25rem !important; }
  28. .p-b-xs { padding-bottom: 0.25rem !important; }
  29. .m-l-xs { margin-left: 0.25rem !important; }
  30. .p-l-xs { padding-left: 0.25rem !important; }
  31. .m-sm { margin: 0.5rem !important; }
  32. .p-sm { padding: 0.5rem !important; }
  33. .m-t-sm { margin-top: 0.5rem !important; }
  34. .p-t-sm { padding-top: 0.5rem !important; }
  35. .m-r-sm { margin-right: 0.5rem !important; }
  36. .p-r-sm { padding-right: 0.5rem !important; }
  37. .m-b-sm { margin-bottom: 0.5rem !important; }
  38. .p-b-sm { padding-bottom: 0.5rem !important; }
  39. .m-l-sm { margin-left: 0.5rem !important; }
  40. .p-l-sm { padding-left: 0.5rem !important; }
  41. .m-md { margin: 1rem !important; }
  42. .p-md { padding: 1rem !important; }
  43. .m-t-md { margin-top: 1rem !important; }
  44. .p-t-md { padding-top: 1rem !important; }
  45. .m-r-md { margin-right: 1rem !important; }
  46. .p-r-md { padding-right: 1rem !important; }
  47. .m-b-md { margin-bottom: 1rem !important; }
  48. .p-b-md { padding-bottom: 1rem !important; }
  49. .m-l-md { margin-left: 1rem !important; }
  50. .p-l-md { padding-left: 1rem !important; }
  51. .m-lg { margin: 2rem !important; }
  52. .p-lg { padding: 2rem !important; }
  53. .m-t-lg { margin-top: 2rem !important; }
  54. .p-t-lg { padding-top: 2rem !important; }
  55. .m-r-lg { margin-right: 2rem !important; }
  56. .p-r-lg { padding-right: 2rem !important; }
  57. .m-b-lg { margin-bottom: 2rem; }
  58. .p-b-lg { padding-bottom: 2rem !important; }
  59. .m-l-lg { margin-left: 2rem !important; }
  60. .p-l-lg { padding-left: 2rem !important; }
  61. .m-xl { margin: 4rem !important; }
  62. .p-xl { padding: 4rem !important; }
  63. .m-t-xl { margin-top: 4rem !important; }
  64. .p-t-xl { padding-top: 4rem !important; }
  65. .m-r-xl { margin-right: 4rem !important; }
  66. .p-r-xl { padding-right: 4rem !important; }
  67. .m-b-xl { margin-bottom: 4rem; }
  68. .p-b-xl { padding-bottom: 4rem !important; }
  69. .m-l-xl { margin-left: 4rem !important; }
  70. .p-l-xl { padding-left: 4rem !important; }
  71. .m-xxl { margin: 8rem !important; }
  72. .p-xxl { padding: 8rem !important; }
  73. .m-t-xxl { margin-top: 8rem !important; }
  74. .p-t-xxl { padding-top: 8rem !important; }
  75. .m-r-xxl { margin-right: 8rem !important; }
  76. .p-r-xxl { padding-right: 8rem !important; }
  77. .m-b-xxl { margin-bottom: 8rem !important; }
  78. .p-b-xxl { padding-bottom: 8rem !important; }
  79. .m-l-xxl { margin-left: 8rem !important; }
  80. .p-l-xxl { padding-left: 8rem !important; }