New theme version
This commit is contained in:
85
assets/fresh/partials/_sections.scss
Normal file
85
assets/fresh/partials/_sections.scss
Normal file
@@ -0,0 +1,85 @@
|
||||
/* ==========================================================================
|
||||
Section Styles
|
||||
========================================================================== */
|
||||
|
||||
//Sections
|
||||
.section {
|
||||
&.section-light-grey {
|
||||
background-color: $light-grey;
|
||||
}
|
||||
&.section-feature-grey {
|
||||
background-color: $section-grey;
|
||||
}
|
||||
&.section-secondary {
|
||||
background-color: $secondary;
|
||||
}
|
||||
&.section-half {
|
||||
height: 75vh !important;
|
||||
}
|
||||
.title, .subtitle {
|
||||
font-family: 'Open Sans', sans-serif;
|
||||
|
||||
}
|
||||
.subtitle {
|
||||
&.is-muted {
|
||||
color: $muted-grey;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
//Titles
|
||||
.title-wrapper {
|
||||
max-width: 500px;
|
||||
margin: 0 auto;
|
||||
.title, .subtitle {
|
||||
font-family: 'Open Sans', sans-serif;
|
||||
|
||||
}
|
||||
.subtitle {
|
||||
&.is-muted {
|
||||
color: $muted-grey;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
//Divider
|
||||
.divider {
|
||||
height: 3px;
|
||||
border-radius: 50px;
|
||||
background: $secondary;
|
||||
width: 60px;
|
||||
&.is-centered {
|
||||
margin: 0 auto;
|
||||
}
|
||||
}
|
||||
|
||||
//Wrapper
|
||||
.content-wrapper {
|
||||
padding: 60px 0;
|
||||
}
|
||||
|
||||
|
||||
//Pulled image
|
||||
img.pushed-image {
|
||||
margin-top: -29vh;
|
||||
}
|
||||
|
||||
//Icon box
|
||||
.media.icon-box {
|
||||
border-top: none !important;
|
||||
.media-content .content p {
|
||||
span {
|
||||
display: block;
|
||||
}
|
||||
.icon-box-title {
|
||||
color: $blue-grey;
|
||||
font-size: 1.2rem;
|
||||
font-weight: 600;
|
||||
}
|
||||
.icon-box-text {
|
||||
color: $title-grey;
|
||||
font-size: 1rem;
|
||||
font-weight: 400;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user