open-consul/website/source/assets/stylesheets/_home.scss

223 lines
3.6 KiB
SCSS
Executable File

#page-home {
// Override the main header
#header {
background: $home-header-background-color;
.navbar-toggle {
.icon-bar {
border: 1px solid $home-header-link-color;
}
}
.navbar-brand {
a {
svg.logo {
@extend svg.logo.color;
}
}
}
ul.nav {
li {
a {
color: $home-header-link-color;
&:hover, &:focus, &:active {
background-color: transparent;
color: $home-header-link-color-hover;
svg {
fill: $home-header-link-color-hover;
}
}
svg {
fill: $home-header-link-color;
}
}
}
}
}
header {
.hero {
margin: 140px auto 160px auto;
text-align: center;
.button {
margin: 5px;
@media (max-width: 768px) {
display: block;
margin-top: 10px;
text-align: center;
}
}
svg {
max-width: 90%;
}
}
}
section {
background: $white;
padding: 100px 0;
}
section.marketing {
h2 {
font-family: $font-display;
font-size: 36px;
font-weight: $font-weight-bold;
line-height: 1.25;
letter-spacing: -0.02em;
margin-top: 80px;
padding: 0;
}
p {
font-family: $font-body;
font-size: 16px;
letter-spacing: 0.01em;
line-height: 1.8;
margin: 0 0 10px;
}
span.callout {
background: $black;
color: $white;
display: inline-block;
font-family: $font-display;
font-size: 18px;
font-weight: $font-weight-bold;
line-height: 1;
margin: 0;
padding: 5px;
letter-spacing: 0.05em;
text-transform: uppercase;
}
&.pink {
background: $consul;
h2 {
color: $white;
}
p {
color: $white;
font-weight: $font-weight-bold;
}
span.callout {
background: $white;
color: $black;
}
}
&.pink-dark {
background: $consul-d1;
h2 {
color: $white;
}
p {
color: $white;
font-weight: $font-weight-bold;
}
span.callout {
background: $white;
color: $black;
}
}
&.black {
background: $black;
h2 {
color: $white;
}
p {
color: $white;
font-weight: $font-weight-bold;
}
span.callout {
background: $white;
color: $black;
}
}
&#features {
.feature-icon {
text-align: center;
clear: both;
}
h2, svg {
margin: 0;
padding: 0;
padding-top: 40px;
}
svg {
display: block;
margin: 0 auto;
}
}
&#cta {
padding: 0 0 50px 0;
text-align: center;
}
}
.terminal {
border: 1px solid $white;
background-color: $black;
box-sizing: border-box;
color: $white;
font-family: $font-monospace;
font-size: 15px;
line-height: 1.8;
margin: 20px auto auto auto;
padding: 10px 20px 20px 20px;
.terminal-content {
margin-top: 5px;
overflow-x: scroll;
width: 100%;
white-space: nowrap;
span {
display: block;
span {
display: inline;
}
&.text-pink {
color: lighten($consul, 20%);
}
}
}
span.circle {
&:before {
content: '\25CF';
color: $white;
font-family: $font-monospace;
font-size: 30px;
line-height: 1;
margin: 0 0 0 -4px;
padding: 0;
height: 100%;
}
}
}
}