New theme version

This commit is contained in:
lucperkins
2018-08-04 12:47:06 +02:00
commit bc9431b619
126 changed files with 7942 additions and 0 deletions

View 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;
}
}