Blame view
public/scss/pages/about/about-ecosystem.scss
1.79 KB
b80175387 Начальный проект ... |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 |
@import "../../vars"; @import "../../mixins"; // шапка .about-page-top { max-height: 271px; height: 100%; position: relative; } .about-page-top-bg { position: absolute; content: ""; background-image: url("../img/about/about-bg-min.png"); background-repeat: no-repeat; background-size: cover; top: 0; left: 0; width: 100%; height: 100%; z-index: 0; } .about-page-top-links { position: relative; padding-top: 50px; } // экосистема .ecosystem { padding-top: 117px; } .ecosystem-top { display: flex; &__title { font-weight: 600; font-size: 24px; line-height: 29px; text-transform: uppercase; max-width: 33%; width: 100%; color: $vmainGrey; } } .ecosystem-top-text { max-width: 875px; width: 100%; height: 220px; > p { font-size: 16px; line-height: 22px; } > :not(:first-child) { margin-top: 12px; } } .ecosystem-bottom { padding-top: 159px; display: flex; align-items: flex-start; &__title { font-weight: 700; font-size: 48px; line-height: 100%; color: $vmainGrey; max-width: 33%; width: 100%; margin-right: 20px; } } .ecosystem-bottom-blocks { display: flex; > :not(:last-child) { margin-right: 24px; } } .ecosystem-bottom-column { max-width: 49%; width: 100%; } .ecosystem-column-top { margin-bottom: 65px; &__title { font-weight: 600; font-size: 24px; line-height: 28px; color: $vmainGrey; } &__text { font-size: 16px; line-height: 22px; margin-top: 25px; > a { text-decoration: underline; } } } |