Geen omschrijving
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.

_utilities.scss 2.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273
  1. // colors
  2. .bg-green {
  3. background-color: #3bb78f;
  4. background: linear-gradient(90deg, #3bb78f 0%, rgba(11, 171, 100, 1) 35%, rgba(59, 183, 143, 1) 100%);
  5. }
  6. .text-green-Awni{
  7. color: #0A886A;
  8. }
  9. .anwi_grey_bg{
  10. background-color: #ECECEC;
  11. }
  12. .orbitron_font{
  13. font-family: 'Orbitron', sans-serif;
  14. }
  15. .satoshi_font{
  16. font-family: "Satoshi", sans-serif;
  17. }
  18. // font size
  19. .font-1{
  20. font-size: 1rem;
  21. }
  22. .font-3 {
  23. font-size: 3rem;
  24. }
  25. .font-1-2{
  26. font-size: 1.2rem;
  27. }
  28. .font-1-5{
  29. font-size: 1.5rem;
  30. }
  31. .font-1_5 {
  32. font-size: 2rem;
  33. }
  34. .font-1_7{
  35. font-size: 1.7rem;
  36. }
  37. .font-2{
  38. font-size: 2rem;
  39. }
  40. .font-2_2{
  41. font-size: 2.2rem;
  42. }
  43. .font-2_7{
  44. font-size: 2.7rem;
  45. }
  46. .font_4{
  47. font-size: 4rem;
  48. }
  49. .font-5{
  50. font-size: 5rem;
  51. }
  52. .font-6{
  53. font-size: 6rem;
  54. }
  55. .font-7{
  56. font-size: 7rem;
  57. }
  58. .font-10{
  59. font-size: 10rem;
  60. }
  61. .subtitle_1 {
  62. font-size: 1.5rem;
  63. }
  64. .banner_heading_4 {
  65. font-size: 3rem;
  66. }
  67. // padding
  68. .padding_top_14 {
  69. padding-top: 14rem;
  70. }
  71. .p-6{
  72. padding:5rem;
  73. }
  74. .ps-7{
  75. padding-left: 6rem;
  76. }
  77. .px-6{
  78. padding-left: 6rem;
  79. padding-right: 6rem;
  80. }
  81. .p-7{
  82. padding: 7rem;
  83. }
  84. .padding_top_10 {
  85. padding-top: 10rem; }
  86. // heights
  87. .h-10{
  88. height: 10%;
  89. }
  90. .h-15{
  91. height: 15%;
  92. }
  93. .h-20{
  94. height: 20%;
  95. }
  96. .h-30{
  97. height: 30%;
  98. }
  99. .h-33{
  100. height: 33%;
  101. }
  102. .h-34{
  103. height: 34%;
  104. }
  105. .h-35{
  106. height: 35%;
  107. }
  108. .h-40{
  109. height: 40%;
  110. }
  111. .vh_60{
  112. height: 60vh;
  113. }
  114. .vh-70{
  115. height: 70vh;
  116. }
  117. .vh-77{
  118. height: 77vh;
  119. }
  120. .vh-85 {
  121. height: 85vh;
  122. }
  123. .vh-15 {
  124. height: 15vh;
  125. }
  126. .h-700p{
  127. height: 700px;
  128. }
  129. .h-25{
  130. height: 25%;
  131. }
  132. .h-60{
  133. height: 60%;
  134. }
  135. .h-75{
  136. height: 75%;
  137. }
  138. .w-60{
  139. width: 60%;
  140. }
  141. .w-20p{
  142. width: 20px;
  143. }
  144. // font weight
  145. .fw-500{
  146. font-weight: 500;
  147. }
  148. .fw-600{
  149. font-weight: 600;
  150. }
  151. .fw-700 {
  152. font-weight: 700; }
  153. .h-200p{
  154. height: 200px;
  155. }
  156. // margin
  157. .mt-7 {
  158. margin-top: 7rem;
  159. }
  160. // spacing
  161. .sec-space-1 {
  162. margin-top: 80px;
  163. }
  164. .sec-space-2 {
  165. margin-top: 60px;
  166. }
  167. .sec-space-3 {
  168. margin-top: 40px;
  169. }
  170. .sec-space-4 {
  171. margin-top: 20px;
  172. }
  173. .sec-space-5 {
  174. margin-top: 0px;
  175. }
  176. .h-100p {
  177. height: 100px;
  178. }
  179. // gap
  180. .gap-1 {
  181. gap: 0.7rem;
  182. }
  183. .gap-2{
  184. gap:2rem
  185. }
  186. // border-radius
  187. .br-1{
  188. border-radius: 1rem;
  189. }
  190. .cursor-pointer{
  191. cursor: pointer;
  192. }
  193. // margin
  194. .mt-5C{
  195. margin-top: 5rem;
  196. }