_height.scss 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162
  1. h1, h2, h3, h4, h5, h6 {
  2. margin-block-start: 0;
  3. margin-block-end: 0.66em;
  4. }
  5. h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  6. margin-block-end: 0.66em;
  7. font-family: inherit;
  8. font-weight: 400;
  9. line-height: 1.1;
  10. color: inherit;
  11. }
  12. h1, .h1 {
  13. font-size: 2rem;
  14. }
  15. h2, .h2 {
  16. font-size: 1.75rem;
  17. }
  18. h3, .h3 {
  19. font-size: 1.5rem;
  20. }
  21. h4, .h4 {
  22. font-size: 1.125rem;
  23. }
  24. h5, .h5 {
  25. font-size: 1rem;
  26. }
  27. h6, .h6 {
  28. font-size: 0.875rem;
  29. }
  30. /*--------- Height--------------*/
  31. .h-10 {
  32. height: 10% !important;
  33. }
  34. .h-25 {
  35. height: 25% !important;
  36. }
  37. .h-50 {
  38. height: 50% !important;
  39. }
  40. .h-75 {
  41. height: 75% !important;
  42. }
  43. .h-90 {
  44. height: 90px !important;
  45. }
  46. .h-60 {
  47. height: 60px !important;
  48. }
  49. .h-100 {
  50. height: 100% !important;
  51. }
  52. .h-150 {
  53. height: 150px !important;
  54. }
  55. .h-160 {
  56. height: 160px !important;
  57. }
  58. .h-180 {
  59. height: 180px !important;
  60. }
  61. .h-275 {
  62. height: 275px !important;
  63. }
  64. .h-365 {
  65. height: 365px !important;
  66. }
  67. .h-380 {
  68. height: 380px !important;
  69. }
  70. .h-400 {
  71. height: 400px !important;
  72. }
  73. .h-415 {
  74. height: 415px !important;
  75. }
  76. .h-430 {
  77. height: 430px !important;
  78. }
  79. .h-450 {
  80. height: 450px !important;
  81. }
  82. .h-200 {
  83. height: 200px !important;
  84. }
  85. .h-230 {
  86. height: 230px !important;
  87. }
  88. .h-500 {
  89. height: 500px !important;
  90. }
  91. .h-550 {
  92. height: 550px !important;
  93. }
  94. .h-600 {
  95. height: 600px !important;
  96. }
  97. .h-650 {
  98. height: 650px !important;
  99. }
  100. .h-auto {
  101. height: auto !important;
  102. }
  103. .h-0 {
  104. height: 0 !important;
  105. }
  106. .h-1 {
  107. height: 0.25rem !important;
  108. }
  109. .h-2 {
  110. height: 0.5rem !important;
  111. }
  112. .h-3 {
  113. height: 0.75rem !important;
  114. }
  115. .h-4 {
  116. height: 1rem !important;
  117. }
  118. .h-5 {
  119. height: 1.5rem !important;
  120. }
  121. .h-6 {
  122. height: 2rem !important;
  123. }
  124. .h-7 {
  125. height: 3rem !important;
  126. }
  127. .h-8 {
  128. height: 4rem !important;
  129. }
  130. .h-9 {
  131. height: 6rem !important;
  132. }
  133. .h-97 {
  134. height: 97px !important;
  135. }
  136. .h-240 {
  137. height: 240px !important;
  138. }
  139. .h-250 {
  140. height: 250px !important;
  141. }
  142. .h-260 {
  143. height: 260px !important;
  144. }
  145. .h-270 {
  146. height: 270px !important;
  147. }
  148. .h-280 {
  149. height: 280px !important;
  150. }
  151. .h-300 {
  152. height: 300px !important;
  153. }
  154. .h-340 {
  155. height: 340px !important;
  156. }
  157. .mh-100 {
  158. max-height: 100% !important;
  159. }
  160. .h-100p {
  161. height: 100px !important;
  162. }