You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

helpers.less 4.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. .df { display: flex; }
  2. .ac { align-items: center; }
  3. .jc { justify-content: center; }
  4. .m-0 { margin: 0 !important; }
  5. .m-1 { margin: .125rem !important; }
  6. .m-2 { margin: .25rem !important; }
  7. .m-3 { margin: .5rem !important; }
  8. .m-4 { margin: 1rem !important; }
  9. .m-5 { margin: 2rem !important; }
  10. .ml-0 { margin-left: 0 !important; }
  11. .ml-1 { margin-left: .125rem !important; }
  12. .ml-2 { margin-left: .25rem !important; }
  13. .ml-3 { margin-left: .5rem !important; }
  14. .ml-4 { margin-left: 1rem !important; }
  15. .ml-5 { margin-left: 2rem !important; }
  16. .mr-0 { margin-right: 0 !important; }
  17. .mr-1 { margin-right: .125rem !important; }
  18. .mr-2 { margin-right: .25rem !important; }
  19. .mr-3 { margin-right: .5rem !important; }
  20. .mr-4 { margin-right: 1rem !important; }
  21. .mr-5 { margin-right: 2rem !important; }
  22. .mt-0 { margin-top: 0 !important; }
  23. .mt-1 { margin-top: .125rem !important; }
  24. .mt-2 { margin-top: .25rem !important; }
  25. .mt-3 { margin-top: .5rem !important; }
  26. .mt-4 { margin-top: 1rem !important; }
  27. .mt-5 { margin-top: 2rem !important; }
  28. .mb-0 { margin-bottom: 0 !important; }
  29. .mb-1 { margin-bottom: .125rem !important; }
  30. .mb-2 { margin-bottom: .25rem !important; }
  31. .mb-3 { margin-bottom: .5rem !important; }
  32. .mb-4 { margin-bottom: 1rem !important; }
  33. .mb-5 { margin-bottom: 2rem !important; }
  34. .mx-0 { margin-left: 0 !important; margin-right: 0 !important; }
  35. .mx-1 { margin-left: .125rem !important; margin-right: .125rem !important; }
  36. .mx-2 { margin-left: .25rem !important; margin-right: .25rem !important; }
  37. .mx-3 { margin-left: .5rem !important; margin-right: .5rem !important; }
  38. .mx-4 { margin-left: 1rem !important; margin-right: 1rem !important; }
  39. .mx-5 { margin-left: 2rem !important; margin-right: 2rem !important; }
  40. .my-0 { margin-top: 0 !important; margin-bottom: 0 !important; }
  41. .my-1 { margin-top: .125rem !important; margin-bottom: .125rem !important; }
  42. .my-2 { margin-top: .25rem !important; margin-bottom: .25rem !important; }
  43. .my-3 { margin-top: .5rem !important; margin-bottom: .5rem !important; }
  44. .my-4 { margin-top: 1rem !important; margin-bottom: 1rem !important; }
  45. .my-5 { margin-top: 2rem !important; margin-bottom: 2rem !important; }
  46. .p-0 { padding: 0 !important; }
  47. .p-1 { padding: .125rem !important; }
  48. .p-2 { padding: .25rem !important; }
  49. .p-3 { padding: .5rem !important; }
  50. .p-4 { padding: 1rem !important; }
  51. .p-5 { padding: 2rem !important; }
  52. .pl-0 { padding-left: 0 !important; }
  53. .pl-1 { padding-left: .125rem !important; }
  54. .pl-2 { padding-left: .25rem !important; }
  55. .pl-3 { padding-left: .5rem !important; }
  56. .pl-4 { padding-left: 1rem !important; }
  57. .pl-5 { padding-left: 2rem !important; }
  58. .pr-0 { padding-right: 0 !important; }
  59. .pr-1 { padding-right: .125rem !important; }
  60. .pr-2 { padding-right: .25rem !important; }
  61. .pr-3 { padding-right: .5rem !important; }
  62. .pr-4 { padding-right: 1rem !important; }
  63. .pr-5 { padding-right: 2rem !important; }
  64. .pt-0 { padding-top: 0 !important; }
  65. .pt-1 { padding-top: .125rem !important; }
  66. .pt-2 { padding-top: .25rem !important; }
  67. .pt-3 { padding-top: .5rem !important; }
  68. .pt-4 { padding-top: 1rem !important; }
  69. .pt-5 { padding-top: 2rem !important; }
  70. .pb-0 { padding-bottom: 0 !important; }
  71. .pb-1 { padding-bottom: .125rem !important; }
  72. .pb-2 { padding-bottom: .25rem !important; }
  73. .pb-3 { padding-bottom: .5rem !important; }
  74. .pb-4 { padding-bottom: 1rem !important; }
  75. .pb-5 { padding-bottom: 2rem !important; }
  76. .px-0 { padding-left: 0 !important; padding-right: 0 !important; }
  77. .px-1 { padding-left: .125rem !important; padding-right: .125rem !important; }
  78. .px-2 { padding-left: .25rem !important; padding-right: .25rem !important; }
  79. .px-3 { padding-left: .5rem !important; padding-right: .5rem !important; }
  80. .px-4 { padding-left: 1rem !important; padding-right: 1rem !important; }
  81. .px-5 { padding-left: 2rem !important; padding-right: 2rem !important; }
  82. .py-0 { padding-top: 0 !important; padding-bottom: 0 !important; }
  83. .py-1 { padding-top: .125rem !important; padding-bottom: .125rem !important; }
  84. .py-2 { padding-top: .25rem !important; padding-bottom: .25rem !important; }
  85. .py-3 { padding-top: .5rem !important; padding-bottom: .5rem !important; }
  86. .py-4 { padding-top: 1rem !important; padding-bottom: 1rem !important; }
  87. .py-5 { padding-top: 2rem !important; padding-bottom: 2rem !important; }