helpers.scss 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156
  1. .t-0 {
  2. margin-top: 0 !important;
  3. }
  4. .t-0125 {
  5. margin-top: 0.125rem !important;
  6. }
  7. .t-025 {
  8. margin-top: 0.25rem !important;
  9. }
  10. .t-0375 {
  11. margin-top: 0.375rem !important;
  12. }
  13. .t-05 {
  14. margin-top: 0.5rem !important;
  15. }
  16. .t-0625 {
  17. margin-top: 0.625rem !important;
  18. }
  19. .t-075 {
  20. margin-top: 0.75rem !important;
  21. }
  22. .t-0875 {
  23. margin-top: 0.875rem !important;
  24. }
  25. .t-1 {
  26. margin-top: 1rem !important;
  27. }
  28. .t-1125 {
  29. margin-top: 1.125rem !important;
  30. }
  31. .t-125 {
  32. margin-top: 1.25rem !important;
  33. }
  34. .t-1375 {
  35. margin-top: 1.375rem !important;
  36. }
  37. .t-15 {
  38. margin-top: 1.5rem !important;
  39. }
  40. .t-1625 {
  41. margin-top: 1.625rem !important;
  42. }
  43. .t-175 {
  44. margin-top: 1.75rem !important;
  45. }
  46. .t-1875 {
  47. margin-top: 1.875rem !important;
  48. }
  49. .t-2 {
  50. margin-top: 2rem !important;
  51. }
  52. .b-0 {
  53. margin-bottom: 0 !important;
  54. }
  55. .b-0125 {
  56. margin-bottom: 0.125rem !important;
  57. }
  58. .b-025 {
  59. margin-bottom: 0.25rem !important;
  60. }
  61. .b-0375 {
  62. margin-bottom: 0.375rem !important;
  63. }
  64. .b-05 {
  65. margin-bottom: 0.5rem !important;
  66. }
  67. .b-0625 {
  68. margin-bottom: 0.625rem !important;
  69. }
  70. .b-075 {
  71. margin-bottom: 0.75rem !important;
  72. }
  73. .b-0875 {
  74. margin-bottom: 0.875rem !important;
  75. }
  76. .b-1 {
  77. margin-bottom: 1rem !important;
  78. }
  79. .b-1125 {
  80. margin-bottom: 1.125rem !important;
  81. }
  82. .b-125 {
  83. margin-bottom: 1.25rem !important;
  84. }
  85. .b-1375 {
  86. margin-bottom: 1.375rem !important;
  87. }
  88. .b-15 {
  89. margin-bottom: 1.5rem !important;
  90. }
  91. .b-1625 {
  92. margin-bottom: 1.625rem !important;
  93. }
  94. .b-175 {
  95. margin-bottom: 1.75rem !important;
  96. }
  97. .b-1875 {
  98. margin-bottom: 1.875rem !important;
  99. }
  100. .b-2 {
  101. margin-bottom: 2rem !important;
  102. }
  103. .left {
  104. text-align: left !important;
  105. }
  106. .center {
  107. text-align: center !important;
  108. }
  109. .right {
  110. text-align: right !important;
  111. }
  112. .row {
  113. display: flex !important;
  114. }
  115. .column {
  116. display: flex !important;
  117. flex-direction: column !important;
  118. }