landing.scss 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257
  1. @import "vars";
  2. #landing-header {
  3. background-color: rgba(255,255,255,0.3);
  4. height: 64px;
  5. position: absolute;
  6. top: 0;
  7. left: 0;
  8. right: 0;
  9. }
  10. .landing-keyvisual-wrapper {
  11. background-image: url("../images/sd5-keyvisual-compressed.jpg");
  12. background-size: cover;
  13. background-position: center;
  14. padding-top: 40px;
  15. padding-bottom: 40px;
  16. }
  17. .landing-plans-wrapper {
  18. background-image: url("../images/sd5-hero2-compressed.jpg");
  19. background-size: cover;
  20. background-position: center;
  21. padding-top: 80px;
  22. padding-bottom: 100px;
  23. }
  24. .landing-box {
  25. width: 800px;
  26. margin: auto;
  27. max-width: 90%;
  28. background-color: white;
  29. padding: 40px;
  30. margin-bottom: 80px;
  31. margin-top: 80px;
  32. position: relative;
  33. box-shadow: 0px 0px 50px rgba(0,0,0,0.2);
  34. h1 {
  35. margin-bottom: 20px;
  36. }
  37. &.black {
  38. background-color: #222;
  39. color: white;
  40. padding: 20px;
  41. text-align: center;
  42. }
  43. &.overlap {
  44. position: absolute;
  45. z-index: 2;
  46. margin-top: -65px;
  47. left: 50%;
  48. top: 0px;
  49. margin-left: -250px;
  50. width: 500px;
  51. }
  52. &.screenshot {
  53. width: 90%;
  54. max-width: 90%;
  55. padding: 20px;
  56. box-shadow: none;
  57. background-color: transparent;
  58. img {
  59. width: 100%;
  60. position: absolute;
  61. top: 0px;
  62. left: 0px;
  63. opacity: 0.3;
  64. }
  65. }
  66. &.landing-box-left {
  67. margin-left: 30px;
  68. }
  69. }
  70. .lead-xxl {
  71. }
  72. .lead {
  73. margin-bottom: 20px;
  74. }
  75. .lead-xl {
  76. }
  77. .plans-box {
  78. background: linear-gradient(to bottom, #FEFFFF 25%,#D0D8E2 100%);
  79. padding: 40px;
  80. border-radius: 9px;
  81. }
  82. .landing-box.plans-box {
  83. margin-top: 200px;
  84. width: 900px;
  85. }
  86. .plans-table {
  87. tr {
  88. vertical-align: top;
  89. }
  90. th {
  91. font-size: 42px;
  92. padding-top: 40px;
  93. text-align: center;
  94. }
  95. th.best-plan {
  96. padding-top: 20px;
  97. font-size: 48px;
  98. padding-bottom: 0px;
  99. }
  100. td {
  101. padding: 20px;
  102. width: 30%;
  103. p, li {
  104. font-size: 18px;
  105. }
  106. li {
  107. margin-bottom: 10px;
  108. }
  109. }
  110. td.best-plan {
  111. width: 40%;
  112. p {
  113. font-size: 22px;
  114. }
  115. }
  116. td li {
  117. list-style-type: none;
  118. text-align: center;
  119. }
  120. ul {
  121. margin: 0 !important;
  122. padding: 0 !important;
  123. }
  124. .upgrade-buttons {
  125. text-align:center;
  126. margin-top:20px;
  127. }
  128. }
  129. .logo-row {
  130. position: relative;
  131. padding: 80px;
  132. background-color: white;
  133. text-align: center;
  134. width: 100%;
  135. &.blue {
  136. background-color: $blue;
  137. color: white;
  138. }
  139. }
  140. .logo-row div {
  141. display: inline-block;
  142. width: 200px;
  143. }
  144. .landing-row {
  145. background-color: white;
  146. padding-bottom: 80px;
  147. padding-top: 40px;
  148. }
  149. #keyvisual {
  150. border-radius: 20px;
  151. box-shadow: 0px 0px 20px #eee;
  152. width: 640px;
  153. height: 420px;
  154. background-size: contain;
  155. background-repeat: no-repeat;
  156. background-position: center;
  157. background-image: url('/images/landing/spacedeck-screenshot1.jpg');
  158. background-color: white;
  159. margin: auto;
  160. margin-top: 40px;
  161. margin-bottom: 40px;
  162. border: 1px solid #eee;
  163. }
  164. #legal {
  165. .landing-box {
  166. width: 800px;
  167. }
  168. }
  169. .footer {
  170. padding: 40px;
  171. padding-bottom: 80px;
  172. text-align: center;
  173. color: $medium;
  174. a {
  175. margin-right: 20px;
  176. }
  177. }
  178. @media screen and (min-width: 801px) {
  179. .plans-table-mobile {
  180. display: none;
  181. }
  182. }
  183. @media screen and (max-width: 800px) {
  184. ul.lead.lead-xl, p.lead.lead-xl, ol.lead.lead-xl {
  185. font-size: 20px !important;
  186. }
  187. .header-right {
  188. > span:first-child {
  189. display: none;
  190. }
  191. }
  192. .plans-table {
  193. display: none;
  194. }
  195. .plans-table-mobile {
  196. display: block;
  197. tbody {
  198. display: block;
  199. width: 100%;
  200. }
  201. tr {
  202. display: block;
  203. width: 100%;
  204. }
  205. td, th {
  206. display: block;
  207. width: 100%;
  208. }
  209. ul, li {
  210. width: 100%;
  211. }
  212. }
  213. }