Без опису
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  1. @import "abstracts/functions";
  2. @import "abstracts/mixins";
  3. @import "abstracts/variables";
  4. @import "base/base";
  5. @import "base/typography";
  6. @import "base/utilities";
  7. // components
  8. @import "components/button";
  9. // pages
  10. @import "pages/productOverview";
  11. /*
  12. 0 - 600px: Phone
  13. 600 - 900px: Tablet portrait
  14. 900 - 1200px: Tablet landscape
  15. [1200 - 1800] is where our normal styles apply
  16. 1800px + : Big desktop
  17. $breakpoint arguement choices:
  18. - phone
  19. - tab-port
  20. - tab-land
  21. - big-desktop
  22. ORDER: Base + typography > general layout + grid > page layout > components
  23. 1em = 16px
  24. */
  25. /* Orbitron */
  26. @font-face {
  27. font-family: "Orbitron";
  28. src: url("../assets/font/orbitron/Orbitron-Regular.ttf") format("truetype");
  29. font-weight: 400;
  30. font-style: normal;
  31. }
  32. @font-face {
  33. font-family: "Orbitron";
  34. src: url("../assets/font/orbitron/Orbitron-Medium.ttf") format("truetype");
  35. font-weight: 500;
  36. font-style: normal;
  37. }
  38. @font-face {
  39. font-family: "Orbitron";
  40. src: url("../assets/font/orbitron/Orbitron-SemiBold.ttf") format("truetype");
  41. font-weight: 600;
  42. font-style: normal;
  43. }
  44. @font-face {
  45. font-family: "Orbitron";
  46. src: url("../assets/font/orbitron/Orbitron-Bold.ttf") format("truetype");
  47. font-weight: 700;
  48. font-style: normal;
  49. }
  50. /* Orbitron end */
  51. /* Satoshi */
  52. @font-face {
  53. font-family: "Satoshi";
  54. src: url("../assets/font/satoshi/Satoshi-Regular.ttf") format("truetype");
  55. font-weight: 400;
  56. font-style: normal;
  57. }
  58. @font-face {
  59. font-family: "Satoshi";
  60. src: url("../assets/font/satoshi/Satoshi-Medium.ttf") format("truetype");
  61. font-weight: 500;
  62. font-style: normal;
  63. }
  64. @font-face {
  65. font-family: "Satoshi";
  66. src: url("../assets/font/satoshi/Satoshi-Bold.ttf") format("truetype");
  67. font-weight: 700;
  68. font-style: normal;
  69. }
  70. /* Satoshi end */
  71. .satoshi_font{
  72. font-family: "Satoshi", sans-serif;
  73. }
  74. // html {
  75. // font-size: 100%; }
  76. // body {
  77. // box-sizing: border-box;
  78. // overflow-x: hidden;
  79. // }
  80. // @media only screen and (max-width: 56.25em) {
  81. // body {
  82. // padding: 0; }
  83. // }
  84. .bg-green {
  85. background-color: #3bb78f;
  86. background: linear-gradient(90deg, #3bb78f 0%, #0bab64 35%, #3bb78f 100%); }
  87. /* button */
  88. .button_dark {
  89. clip-path: polygon(75% 0, 86% 30%, 99% 66%, 100% 100%, 0 100%, 0 61%, 0 0);
  90. padding-right: 1.7rem;
  91. padding-bottom: 0.6rem;
  92. padding-top: 0.6rem;
  93. border-radius: 10px; }
  94. /* footer */
  95. .footer-wrapper {
  96. background-color: rgb(0, 0, 0);
  97. border-radius: 0 275px 0 0;
  98. clip-path: polygon(100% 0%, 100% 0%, 81% 100%, 92% -95%, 100% 100%, 0 100%, 0% 70%, 0 0);
  99. }
  100. .footer-wrapper li {
  101. line-height: 2rem;
  102. }