New theme version
This commit is contained in:
27
assets/fresh/partials/_hero.scss
Normal file
27
assets/fresh/partials/_hero.scss
Normal file
@@ -0,0 +1,27 @@
|
||||
/* ==========================================================================
|
||||
Hero styles
|
||||
========================================================================== */
|
||||
|
||||
.hero-body {
|
||||
padding-top: 6rem;
|
||||
padding-bottom: 6rem;
|
||||
.title, .subtitle {
|
||||
font-family: 'Open Sans', sans-serif;
|
||||
}
|
||||
.title {
|
||||
&.is-bold {
|
||||
font-weight: 700;
|
||||
}
|
||||
}
|
||||
.subtitle {
|
||||
&.is-muted {
|
||||
color: $muted-grey;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.hero-foot {
|
||||
img.partner-logo {
|
||||
height: 70px;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user