Commit c6163a42 authored by Emiliano Balbuena's avatar Emiliano Balbuena

(fix): Main section styles

1 merge request!578WIP: Marketing pages
Pipeline #86675091 passed with stages
in 48 minutes and 7 seconds
......@@ -2,6 +2,12 @@
.m-marketing__section {
// Common
.m-marketing--hideMobile {
@media screen and (max-width: $m-grid-min-vp) {
display: none;
}
}
.m-marketing--title,
h1 {
font-weight: 900;
......@@ -9,10 +15,22 @@
line-height: 44px;
margin: 0 0 23px;
@media screen and (max-width: $m-grid-min-vp) {
font-size: 32px;
line-height: 34px;
margin: 0 0 18px;
}
&.m-marketing--title__bigger-title {
font-size: 48px;
line-height: 53px;
margin-bottom: 26px;
margin: 0 0 26px;
@media screen and (max-width: $m-grid-min-vp) {
font-size: 38px;
line-height: 46px;
margin: 0 0 21px;
}
}
em {
......@@ -59,7 +77,7 @@
// Style 1
.m-marketing__section--style-1 {
&.m-marketing__section--style-1 {
@include m-theme() {
background: linear-gradient(
180deg,
......@@ -70,6 +88,17 @@
.m-marketing__wrapper {
padding: 95px 0 85px;
@media screen and (max-width: $m-grid-min-vp) {
padding: 30px 0;
margin: 0 20px;
}
}
p.m-marketing__description {
@include m-theme() {
color: themed($m-grey-300);
}
}
}
}
......@@ -16,7 +16,7 @@
<li>Aperiam laudantium nemo non soluta.</li>
</ul>
<a class="mf-button mf-button--hollow" i18n>
<a class="mf-button mf-button--hollow m-marketing--hideMobile" i18n>
Upgrade now
</a>
</div>
......
.m-upgrades {
.m-upgrades__mainFeatures {
padding: 96px 0 75px;
}
h1 {
font-size: 48px;
font-weight: 900;
line-height: 53px;
padding-right: 35px;
margin: 0 0 26px 0;
}
p {
font-size: 16px;
line-height: 23px;
&.m-upgrades__description {
margin-bottom: 36px;
@include m-theme() {
color: themed($m-grey-200);
}
}
}
ul {
&.m-upgrades__features {
margin-bottom: 45px;
li {
font-size: 16px;
line-height: 21px;
margin-bottom: 19px;
&:last-child {
margin-bottom: 0;
}
}
}
}
.m-upgrades__featuredIn {
display: flex;
flex-direction: row;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment