style.css 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263
  1. .m-0 {
  2. margin: 0 !important;
  3. }
  4. .mt-0, .my-0 {
  5. margin-top: 0 !important;
  6. }
  7. .mr-0, .mx-0 {
  8. margin-right: 0 !important;
  9. }
  10. .mb-0, .my-0 {
  11. margin-bottom: 0 !important;
  12. }
  13. .ml-0, .mx-0 {
  14. margin-left: 0 !important;
  15. }
  16. .m-1 {
  17. margin: 0.25rem !important;
  18. }
  19. .mt-1, .my-1 {
  20. margin-top: 0.25rem !important;
  21. }
  22. .mr-1, .mx-1 {
  23. margin-right: 0.25rem !important;
  24. }
  25. .mb-1, .my-1 {
  26. margin-bottom: 0.25rem !important;
  27. }
  28. .ml-1, .mx-1 {
  29. margin-left: 0.25rem !important;
  30. }
  31. .m-2 {
  32. margin: 0.5rem !important;
  33. }
  34. .mt-2, .my-2 {
  35. margin-top: 0.5rem !important;
  36. }
  37. .mr-2, .mx-2 {
  38. margin-right: 0.5rem !important;
  39. }
  40. .mb-2, .my-2 {
  41. margin-bottom: 0.5rem !important;
  42. }
  43. .ml-2, .mx-2 {
  44. margin-left: 0.5rem !important;
  45. }
  46. .m-3 {
  47. margin: 1rem !important;
  48. }
  49. .mt-3, .my-3 {
  50. margin-top: 1rem !important;
  51. }
  52. .mr-3, .mx-3 {
  53. margin-right: 1rem !important;
  54. }
  55. .mb-3, .my-3 {
  56. margin-bottom: 1rem !important;
  57. }
  58. .ml-3, .mx-3 {
  59. margin-left: 1rem !important;
  60. }
  61. .m-4 {
  62. margin: 1.5rem !important;
  63. }
  64. .mt-4, .my-4 {
  65. margin-top: 1.5rem !important;
  66. }
  67. .mr-4, .mx-4 {
  68. margin-right: 1.5rem !important;
  69. }
  70. .mb-4, .my-4 {
  71. margin-bottom: 1.5rem !important;
  72. }
  73. .ml-4, .mx-4 {
  74. margin-left: 1.5rem !important;
  75. }
  76. .m-5 {
  77. margin: 3rem !important;
  78. }
  79. .mt-5, .my-5 {
  80. margin-top: 3rem !important;
  81. }
  82. .mr-5, .mx-5 {
  83. margin-right: 3rem !important;
  84. }
  85. .mb-5, .my-5 {
  86. margin-bottom: 3rem !important;
  87. }
  88. .ml-5, .mx-5 {
  89. margin-left: 3rem !important;
  90. }
  91. .p-0 {
  92. padding: 0 !important;
  93. }
  94. .pt-0, .py-0 {
  95. padding-top: 0 !important;
  96. }
  97. .pr-0, .px-0 {
  98. padding-right: 0 !important;
  99. }
  100. .pb-0, .py-0 {
  101. padding-bottom: 0 !important;
  102. }
  103. .pl-0, .px-0 {
  104. padding-left: 0 !important;
  105. }
  106. .p-1 {
  107. padding: 0.25rem !important;
  108. }
  109. .pt-1, .py-1 {
  110. padding-top: 0.25rem !important;
  111. }
  112. .pr-1, .px-1 {
  113. padding-right: 0.25rem !important;
  114. }
  115. .pb-1, .py-1 {
  116. padding-bottom: 0.25rem !important;
  117. }
  118. .pl-1, .px-1 {
  119. padding-left: 0.25rem !important;
  120. }
  121. .p-2 {
  122. padding: 0.5rem !important;
  123. }
  124. .pt-2, .py-2 {
  125. padding-top: 0.5rem !important;
  126. }
  127. .pr-2, .px-2 {
  128. padding-right: 0.5rem !important;
  129. }
  130. .pb-2, .py-2 {
  131. padding-bottom: 0.5rem !important;
  132. }
  133. .pl-2, .px-2 {
  134. padding-left: 0.5rem !important;
  135. }
  136. .p-3 {
  137. padding: 1rem !important;
  138. }
  139. .pt-3, .py-3 {
  140. padding-top: 1rem !important;
  141. }
  142. .pr-3, .px-3 {
  143. padding-right: 1rem !important;
  144. }
  145. .pb-3, .py-3 {
  146. padding-bottom: 1rem !important;
  147. }
  148. .pl-3, .px-3 {
  149. padding-left: 1rem !important;
  150. }
  151. .p-4 {
  152. padding: 1.5rem !important;
  153. }
  154. .pt-4, .py-4 {
  155. padding-top: 1.5rem !important;
  156. }
  157. .pr-4, .px-4 {
  158. padding-right: 1.5rem !important;
  159. }
  160. .pb-4, .py-4 {
  161. padding-bottom: 1.5rem !important;
  162. }
  163. .pl-4, .px-4 {
  164. padding-left: 1.5rem !important;
  165. }
  166. .p-5 {
  167. padding: 3rem !important;
  168. }
  169. .pt-5, .py-5 {
  170. padding-top: 3rem !important;
  171. }
  172. .pr-5, .px-5 {
  173. padding-right: 3rem !important;
  174. }
  175. .pb-5, .py-5 {
  176. padding-bottom: 3rem !important;
  177. }
  178. .pl-5, .px-5 {
  179. padding-left: 3rem !important;
  180. }
  181. .m-auto {
  182. margin: auto !important;
  183. }
  184. .mt-auto, .my-auto {
  185. margin-top: auto !important;
  186. }
  187. .mr-auto, .mx-auto {
  188. margin-right: auto !important;
  189. }
  190. .mb-auto, .my-auto {
  191. margin-bottom: auto !important;
  192. }
  193. .ml-auto, .mx-auto {
  194. margin-left: auto !important;
  195. }
  196. .text-center {
  197. text-align: center;
  198. }