|
70 | 70 | font-weight: 700 !important; |
71 | 71 | line-height: 1 !important; |
72 | 72 | letter-spacing: -1.5px; |
73 | | - background-image: -webkit-linear-gradient(0deg, $deep-blue, $primary-bright-blue); |
74 | | - -webkit-background-clip: text; |
75 | | - -webkit-text-fill-color: transparent; |
76 | 73 | } |
77 | 74 | .linky { |
78 | 75 | display: none; |
|
81 | 78 | right: 20%; |
82 | 79 | z-index: 1; |
83 | 80 | } |
84 | | - @media screen and (min-width: 768px) { |
| 81 | + @include from($tablet) { |
85 | 82 | background-image: url(/images/homepage-top-hero-pattern.png); |
86 | 83 | .notification { |
87 | 84 | padding-top: 80px; |
|
94 | 91 | display: block; |
95 | 92 | } |
96 | 93 | } |
97 | | - @media screen and (min-width: 1440px) { |
| 94 | + @include from($fullhd) { |
98 | 95 | .notification { |
99 | 96 | padding-top: 120px; |
100 | 97 | padding-bottom: 120px; |
|
236 | 233 | background-image: linear-gradient(-90deg, $aqua-green, rgba($aqua-green, 0)); |
237 | 234 | right: 0; |
238 | 235 | } |
239 | | - @media screen and (min-width: 768px) { |
| 236 | + @include from($tablet) { |
240 | 237 | &::before, |
241 | 238 | &::after { |
242 | 239 | width: 100px; |
243 | 240 | } |
244 | 241 | } |
245 | | - @media screen and (min-width: 1024px) { |
| 242 | + @include from($desktop) { |
246 | 243 | &::before, |
247 | 244 | &::after { |
248 | 245 | width: 200px; |
|
263 | 260 | } |
264 | 261 | } |
265 | 262 |
|
| 263 | +.enterprise-top-hero { |
| 264 | + .notification { |
| 265 | + padding-top: 60px; |
| 266 | + padding-bottom: 60px; |
| 267 | + } |
| 268 | + h1 { |
| 269 | + font-weight: 700 !important; |
| 270 | + line-height: 1.1 !important; |
| 271 | + letter-spacing: -1.5px; |
| 272 | + } |
| 273 | + p { |
| 274 | + margin: 14px 0; |
| 275 | + } |
| 276 | + @include from($tablet) { |
| 277 | + .notification { |
| 278 | + padding-top: 80px; |
| 279 | + padding-bottom: 80px; |
| 280 | + } |
| 281 | + h1 { |
| 282 | + font-size: 60px !important; |
| 283 | + } |
| 284 | + h1, p { |
| 285 | + max-width: 700px; |
| 286 | + } |
| 287 | + } |
| 288 | + @media screen and (min-width: 900px) { |
| 289 | + .notification { |
| 290 | + background-image: none; |
| 291 | + background-repeat: no-repeat; |
| 292 | + background-position: center right; |
| 293 | + background-image: url(/uploads/enterprise/enterprise-background.svg); |
| 294 | + background-size: 400px auto; |
| 295 | + } |
| 296 | + } |
| 297 | + @include from($desktop) { |
| 298 | + .notification { |
| 299 | + background-size: 500px auto; |
| 300 | + } |
| 301 | + } |
| 302 | + @include from($widescreen) { |
| 303 | + .notification { |
| 304 | + background-size: auto 100%; |
| 305 | + } |
| 306 | + } |
| 307 | +} |
| 308 | + |
| 309 | +.enterprise-support { |
| 310 | + padding: 80px 0 160px 0; |
| 311 | + background-image: linear-gradient($light-blue, rgba($light-blue, 0)); |
| 312 | + background-size: 100% 200px; |
| 313 | + background-repeat: no-repeat; |
| 314 | + .title { |
| 315 | + font-weight: 600 !important; |
| 316 | + line-height: 1.1 !important; |
| 317 | + } |
| 318 | + h2.title { |
| 319 | + margin-bottom: 80px; |
| 320 | + font-size: 40px !important; |
| 321 | + } |
| 322 | + .enterprise-support__entry { |
| 323 | + margin-bottom: 48px; |
| 324 | + padding: 24px; |
| 325 | + &:last-of-type { |
| 326 | + margin-bottom: 0; |
| 327 | + } |
| 328 | + h3.title { |
| 329 | + font-size: 32px !important; |
| 330 | + } |
| 331 | + ul { |
| 332 | + list-style-type: disc; |
| 333 | + padding-left: 24px; |
| 334 | + } |
| 335 | + img { |
| 336 | + max-width: 200px; |
| 337 | + } |
| 338 | + } |
| 339 | + @include from($tablet) { |
| 340 | + h2.title { |
| 341 | + font-size: 48px !important; |
| 342 | + } |
| 343 | + .enterprise-support__entry { |
| 344 | + margin-bottom: 80px; |
| 345 | + padding: 60px; |
| 346 | + h3.title { |
| 347 | + font-size: 40px !important; |
| 348 | + } |
| 349 | + img { |
| 350 | + max-width: 100%; |
| 351 | + } |
| 352 | + .enterprise-support__entry-content { |
| 353 | + order: 1; |
| 354 | + } |
| 355 | + .enterprise-support__entry-image { |
| 356 | + order: 2; |
| 357 | + } |
| 358 | + } |
| 359 | + } |
| 360 | + @include from($fullhd) { |
| 361 | + .enterprise-support__entry { |
| 362 | + padding: 60px 120px; |
| 363 | + } |
| 364 | + } |
| 365 | +} |
| 366 | + |
266 | 367 | .foundation-member { |
267 | 368 | .foundation-member-banner { |
268 | 369 | padding: 40px 0 30px 0; |
|
306 | 407 | background-color: $white; |
307 | 408 | } |
308 | 409 |
|
309 | | -.enterprise-top-hero { |
310 | | - background: url('/images/enterprise_left.svg'), |
311 | | - url('/images/enterprise_right.svg'); |
312 | | - background-repeat: no-repeat; |
313 | | - background-position: left top, right top; |
314 | | -} |
315 | | - |
316 | 410 | .platform-top-hero { |
317 | 411 | background: url('/images/choose_your_platform_left.svg'), |
318 | 412 | url('/images/choose_your_platform_right.svg'); |
|
0 commit comments