vagrant/website/source/assets/stylesheets/_vmware.scss

219 lines
3.7 KiB
SCSS
Raw Normal View History

2017-03-28 01:19:52 +00:00
#vmware-integration {
h1 {
text-align: center;
}
2017-03-28 01:19:52 +00:00
header {
.hero {
margin: 140px auto 160px auto;
text-align: center;
.button {
2017-03-28 01:19:52 +00:00
margin: 5px;
}
}
2017-03-28 01:19:52 +00:00
span.plus {
color: $black;
font-family: $font-family-monospace;
font-size: 32px;
margin: 0 36px
}
2017-03-28 01:19:52 +00:00
.logos {
display: flex;
align-items: center;
justify-content: center;
}
2017-03-28 01:19:52 +00:00
span.tagline {
display: block;
margin: 15px 0 30px 0;
}
2017-03-28 01:19:52 +00:00
}
2017-03-28 01:19:52 +00:00
section.marketing {
background: $white;
padding: 100px 0;
2017-03-28 01:19:52 +00:00
h2 {
margin: 20px 0 10px 0;
padding: 0;
}
2017-03-28 01:19:52 +00:00
p {
margin: 0 0 10px;
}
2017-03-28 01:19:52 +00:00
span.callout {
background: $black;
color: $white;
2017-03-28 01:19:52 +00:00
display: inline-block;
margin: 0;
padding: 5px;
}
2017-03-28 01:19:52 +00:00
&.black {
background: $black;
h2 {
color: $white;
}
p {
2017-03-28 01:19:52 +00:00
color: $white;
font-weight: $font-weight-bold;
}
2017-03-28 01:19:52 +00:00
span.callout {
background: $white;
color: $black;
}
}
2017-03-28 01:19:52 +00:00
&.blue-dark {
2019-10-07 20:29:26 +00:00
background: $vagrant-d1;
2017-03-28 01:19:52 +00:00
h2 {
color: $white;
}
2017-03-28 01:19:52 +00:00
p {
color: $white;
}
}
2017-03-28 01:19:52 +00:00
&.blue {
2019-10-07 20:29:26 +00:00
background: $vagrant;
2017-03-28 01:19:52 +00:00
h2 {
color: $white;
}
2017-03-28 01:19:52 +00:00
p {
color: $white;
}
}
&#learn-more {
h3 {
color: $white;
font-weight: $font-weight-bold;
}
2017-03-28 01:19:52 +00:00
.footnotes {
p {
color: $white;
2017-03-28 01:19:52 +00:00
font-size: 12px;
margin-top: 40px;
a {
color: $white;
border-bottom: 1px solid #DDDDDD;
text-decoration: none;
&:hover {
border: none;
text-decoration: none;
}
}
}
}
}
2017-03-28 01:19:52 +00:00
&#buy-now {
div.form {
padding: 50px;
2017-03-28 01:19:52 +00:00
label {
color: $white;
padding: 7px 0;
}
2017-03-28 01:19:52 +00:00
.inputs {
&:after {
clear: both;
content: ' ';
display: block;
}
input {
border: none;
box-shadow: 3px 4px 0 rgba(0,0,0,0.1);
2019-10-07 20:29:26 +00:00
font-family: $font-display;
2017-03-28 01:19:52 +00:00
font-size: 18px;
height: 50px;
line-height: 50px;
padding: 0 15px;
text-align: center;
width: 60px;
float: left;
&:hover, &:focus, &:active {
outline: none;
}
}
button {
2019-10-07 20:29:26 +00:00
background: $vagrant;
2017-03-28 01:19:52 +00:00
border: none;
border-radius: 0;
box-shadow: 3px 4px 0 rgba(0,0,0,0.1);
color: $white;
2019-10-07 20:29:26 +00:00
font-family: $font-display;
2017-03-28 01:19:52 +00:00
font-size: 18px;
height: 50px;
line-height: 50px;
padding: 0 15px;
float: left;
&:hover, &:focus, &:active {
outline: none;
}
}
}
}
2017-03-28 01:19:52 +00:00
.subtext {
color: $white;
font-size: 12px;
2017-03-28 15:21:45 +00:00
line-height: 1.8;
2017-03-28 01:19:52 +00:00
margin: 20px 0;
&:last-child {
margin-bottom: 0;
}
2017-03-28 01:19:52 +00:00
a {
color: $white;
2017-03-28 15:21:45 +00:00
border-bottom: 1px solid rgba(255, 255, 255, 0.5);
2017-03-28 01:19:52 +00:00
text-decoration: none;
2017-03-28 15:21:45 +00:00
transition: border 0.15s ease-in-out;
2017-03-28 01:19:52 +00:00
&:hover {
2017-03-28 15:21:45 +00:00
border-bottom: 1px solid transparent;
2017-03-28 01:19:52 +00:00
text-decoration: none;
2017-03-28 15:21:45 +00:00
transition: border 0.15s ease-in-out;
2017-03-28 01:19:52 +00:00
}
}
}
}
2017-03-28 01:19:52 +00:00
&#faq {
h3 {
margin-top: 25px;
}
}
}
}
2017-03-28 15:21:45 +00:00
.layout-vmware {
#inner {
.legal-text p {
font-family: $font-family-monospace;
2019-10-07 20:29:26 +00:00
font-size: $font-size-default - 2;
2017-03-28 15:21:45 +00:00
margin-bottom: 25px;
}
}
}