index.css 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244
  1. /* inter-regular - latin */
  2. @font-face {
  3. font-family: "Inter";
  4. font-style: normal;
  5. font-weight: 400;
  6. src: url("/fonts/inter-v3-latin-regular.eot"); /* IE9 Compat Modes */
  7. src: local(""),
  8. url("/fonts/inter-v3-latin-regular.eot?#iefix")
  9. format("embedded-opentype"),
  10. /* IE6-IE8 */ url("/fonts/inter-v3-latin-regular.woff2") format("woff2"),
  11. /* Super Modern Browsers */ url("/fonts/inter-v3-latin-regular.woff")
  12. format("woff"),
  13. /* Modern Browsers */ url("/fonts/inter-v3-latin-regular.ttf")
  14. format("truetype"),
  15. /* Safari, Android, iOS */
  16. url("/fonts/inter-v3-latin-regular.svg#Inter") format("svg"); /* Legacy iOS */
  17. }
  18. /* inter-200 - latin */
  19. @font-face {
  20. font-family: "Inter";
  21. font-style: normal;
  22. font-weight: 200;
  23. src: url("/fonts/inter-v3-latin-200.eot"); /* IE9 Compat Modes */
  24. src: local(""),
  25. url("/fonts/inter-v3-latin-200.eot?#iefix") format("embedded-opentype"),
  26. /* IE6-IE8 */ url("/fonts/inter-v3-latin-200.woff2") format("woff2"),
  27. /* Super Modern Browsers */ url("/fonts/inter-v3-latin-200.woff")
  28. format("woff"),
  29. /* Modern Browsers */ url("/fonts/inter-v3-latin-200.ttf")
  30. format("truetype"),
  31. /* Safari, Android, iOS */ url("/fonts/inter-v3-latin-200.svg#Inter")
  32. format("svg"); /* Legacy iOS */
  33. }
  34. /* inter-800 - latin */
  35. @font-face {
  36. font-family: "Inter";
  37. font-style: normal;
  38. font-weight: 800;
  39. src: url("/fonts/inter-v3-latin-800.eot"); /* IE9 Compat Modes */
  40. src: local(""),
  41. url("/fonts/inter-v3-latin-800.eot?#iefix") format("embedded-opentype"),
  42. /* IE6-IE8 */ url("/fonts/inter-v3-latin-800.woff2") format("woff2"),
  43. /* Super Modern Browsers */ url("/fonts/inter-v3-latin-800.woff")
  44. format("woff"),
  45. /* Modern Browsers */ url("/fonts/inter-v3-latin-800.ttf")
  46. format("truetype"),
  47. /* Safari, Android, iOS */ url("/fonts/inter-v3-latin-800.svg#Inter")
  48. format("svg"); /* Legacy iOS */
  49. }
  50. /* inter-600 - latin */
  51. @font-face {
  52. font-family: "Inter";
  53. font-style: normal;
  54. font-weight: 600;
  55. src: url("/fonts/inter-v3-latin-600.eot"); /* IE9 Compat Modes */
  56. src: local(""),
  57. url("/fonts/inter-v3-latin-600.eot?#iefix") format("embedded-opentype"),
  58. /* IE6-IE8 */ url("/fonts/inter-v3-latin-600.woff2") format("woff2"),
  59. /* Super Modern Browsers */ url("/fonts/inter-v3-latin-600.woff")
  60. format("woff"),
  61. /* Modern Browsers */ url("/fonts/inter-v3-latin-600.ttf")
  62. format("truetype"),
  63. /* Safari, Android, iOS */ url("/fonts/inter-v3-latin-600.svg#Inter")
  64. format("svg"); /* Legacy iOS */
  65. }
  66. /* pacifico-regular - latin */
  67. @font-face {
  68. font-family: "Pacifico";
  69. font-style: normal;
  70. font-weight: 400;
  71. src: url("/fonts/pacifico-v17-latin-regular.eot"); /* IE9 Compat Modes */
  72. src: local(""),
  73. url("/fonts/pacifico-v17-latin-regular.eot?#iefix")
  74. format("embedded-opentype"),
  75. /* IE6-IE8 */ url("/fonts/pacifico-v17-latin-regular.woff2")
  76. format("woff2"),
  77. /* Super Modern Browsers */
  78. url("/fonts/pacifico-v17-latin-regular.woff") format("woff"),
  79. /* Modern Browsers */ url("/fonts/pacifico-v17-latin-regular.ttf")
  80. format("truetype"),
  81. /* Safari, Android, iOS */
  82. url("/fonts/pacifico-v17-latin-regular.svg#Pacifico") format("svg"); /* Legacy iOS */
  83. }
  84. @font-face {
  85. font-family: "Material Icons";
  86. font-style: normal;
  87. font-weight: 400;
  88. src: url(/fonts/MaterialIcons-Regular.ttf); /* For IE6-8 */
  89. src: local("Material Icons"), local("MaterialIcons-Regular"),
  90. url(/fonts/MaterialIcons-Regular.ttf) format("truetype");
  91. }
  92. .material-icons {
  93. font-family: "Material Icons";
  94. font-weight: normal;
  95. font-style: normal;
  96. font-size: 24px; /* Preferred icon size */
  97. display: inline-block;
  98. line-height: 1;
  99. text-transform: none;
  100. letter-spacing: normal;
  101. word-wrap: normal;
  102. white-space: nowrap;
  103. direction: ltr;
  104. /* Support for all WebKit browsers. */
  105. -webkit-font-smoothing: antialiased;
  106. /* Support for Safari and Chrome. */
  107. text-rendering: optimizeLegibility;
  108. /* Support for Firefox. */
  109. -moz-osx-font-smoothing: grayscale;
  110. /* Support for IE. */
  111. font-feature-settings: "liga";
  112. }
  113. html {
  114. background-color: inherit;
  115. }
  116. body {
  117. /* background-color: rgb(245, 245, 245); */
  118. background-color: rgb(249 249 249);
  119. }
  120. .app {
  121. min-height: 100vh;
  122. position: relative;
  123. }
  124. .content-wrapper {
  125. /* padding: 60px 0 calc(230px + 60px) 0; */
  126. padding-top: 60px;
  127. }
  128. .card {
  129. background-color: white;
  130. /*padding: 20px;*/
  131. }
  132. .toast {
  133. z-index: 10000 !important;
  134. }
  135. ul {
  136. list-style: none;
  137. margin: 0;
  138. display: block;
  139. }
  140. h1,
  141. h2,
  142. h3,
  143. h4,
  144. h5,
  145. h6 {
  146. font-weight: 400;
  147. line-height: 1.1;
  148. }
  149. h1 a,
  150. h2 a,
  151. h3 a,
  152. h4 a,
  153. h5 a,
  154. h6 a {
  155. font-weight: inherit;
  156. }
  157. h1 {
  158. font-size: 4.2rem;
  159. line-height: 110%;
  160. margin: 2.1rem 0 1.68rem 0;
  161. }
  162. h2 {
  163. font-size: 3.56rem;
  164. line-height: 110%;
  165. margin: 1.78rem 0 1.424rem 0;
  166. }
  167. h3 {
  168. font-size: 2.92rem;
  169. line-height: 110%;
  170. margin: 1.46rem 0 1.168rem 0;
  171. }
  172. h4 {
  173. font-size: 2.28rem;
  174. line-height: 110%;
  175. margin: 1.14rem 0 0.912rem 0;
  176. }
  177. h5 {
  178. font-size: 1.64rem;
  179. line-height: 110%;
  180. margin: 0.82rem 0 0.656rem 0;
  181. }
  182. h6 {
  183. font-size: 1rem;
  184. line-height: 110%;
  185. margin: 0.5rem 0 0.4rem 0;
  186. }
  187. .thin {
  188. font-weight: 200;
  189. }
  190. .left {
  191. float: left !important;
  192. }
  193. .right {
  194. float: right !important;
  195. }
  196. .white {
  197. background-color: #ffffff !important;
  198. }
  199. .btn-search {
  200. font-size: 14px;
  201. }
  202. a.nav-item.is-tab {
  203. border-bottom: 1px solid transparent;
  204. border-top: 1px solid transparent;
  205. }
  206. .button.is-info {
  207. border-width: 0;
  208. color: #fff;
  209. }
  210. strong {
  211. color: inherit;
  212. }