This commit is contained in:
rayelliott 2020-06-02 20:24:30 +00:00
parent a0ba6c94ca
commit 47d3a65ae6
2 changed files with 76 additions and 3 deletions

72
src/scss/_hero.scss Normal file
View File

@ -0,0 +1,72 @@
body.rwavw-custom {
.widget.rwavw-hero {
height: 100vh;
#home {
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: center;
padding: 96px 90px 90px !important;
text-shadow: 0 0 5px #000;
> .section-top {
flex: 0 0 auto;
}
> .section-cols {
flex: 0 1 100%;
> .pure-g {
display: flex;
flex-direction: column;
justify-content: space-around;
align-items: center;
height: 100%;
}
}
.hero-cta {
margin: 66px 0 44px;
a {
margin: 0 11px;
padding: 11px 22px;
font-size: 22px;
font-weight: 600;
border: 3px solid #fff;
&:first-child {
color: #000;
background-color: #fff;
}
&:last-child {
color: #fff;
background-color: transparent;
}
}
}
h1 {
margin: 44px 0;
font-size: 90px;
font-weight: 400;
color: #fff;
}
p {
margin-bottom: 22px;
font-size: 22px;
}
}
}
}

View File

@ -1,3 +1,4 @@
@import "hero";
@import "featured"; @import "featured";
@import "contact"; @import "contact";
@import "faq"; @import "faq";
@ -49,12 +50,12 @@ body.rwavw-custom {
} }
.custom-logo-link img { .custom-logo-link img {
max-height: 70px; // max-height: 70px;
} }
.heading-page-title { .heading-page-title {
font-weight: 300; // font-weight: 300;
opacity: 0.7; // opacity: 0.7;
} }
.widget.rwavw-boxed { .widget.rwavw-boxed {