2014-02-08 00:41:03 +00:00
|
|
|
//
|
|
|
|
// Home
|
|
|
|
// --------------------------------------------------
|
2014-04-08 23:38:25 +00:00
|
|
|
body.page-home{
|
2015-11-09 21:48:29 +00:00
|
|
|
background-color: #f8f8f8;
|
2014-04-08 23:38:25 +00:00
|
|
|
}
|
2014-02-08 00:41:03 +00:00
|
|
|
|
|
|
|
#features{
|
2015-11-09 21:48:29 +00:00
|
|
|
@include anti-alias();
|
|
|
|
padding: 130px 0 0 0;
|
|
|
|
background: #f8f8f8 image-url('hero-dots-below@2x.png') center top no-repeat;
|
|
|
|
background-size: 1280px 49px;
|
2015-10-26 19:51:03 +00:00
|
|
|
position: relative;
|
|
|
|
top: $negative-hero-margin;
|
2014-02-08 00:41:03 +00:00
|
|
|
|
2015-11-09 21:48:29 +00:00
|
|
|
.double-row{
|
|
|
|
padding: 0 0 50px 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
h2{
|
|
|
|
font-size: 24px;
|
|
|
|
letter-spacing: 2px;
|
|
|
|
color: $purple;
|
|
|
|
font-family: $font-family-museo;
|
|
|
|
font-weight: $font-weight-museo-xb;
|
|
|
|
}
|
|
|
|
p{
|
|
|
|
font-size: 16px;
|
|
|
|
letter-spacing: 1px;
|
|
|
|
line-height: 1.5em;
|
|
|
|
color: $consul-gray;
|
|
|
|
font-family: $font-family-museo;
|
|
|
|
font-weight: $font-weight-museo-sb;
|
|
|
|
}
|
|
|
|
|
|
|
|
.icn{
|
|
|
|
display: block;
|
|
|
|
width: 186px;
|
|
|
|
height: 272px;
|
|
|
|
margin: 0 auto;
|
|
|
|
background-position: center 0;
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
}
|
|
|
|
|
|
|
|
.discovery{
|
|
|
|
background-image: image-url('feature-discovery@2x.png');
|
|
|
|
background-size: 181px 181px;
|
|
|
|
}
|
|
|
|
.health{
|
|
|
|
background-image: image-url('feature-health@2x.png');
|
|
|
|
background-size: 125px 179px;
|
|
|
|
}
|
|
|
|
.multi{
|
|
|
|
background-image: image-url('feature-multi@2x.png');
|
|
|
|
background-size: 182px 184px;
|
|
|
|
}
|
|
|
|
.config{
|
|
|
|
background-image: image-url('feature-config@2x.png');
|
|
|
|
background-size: 157px 179px;
|
|
|
|
}
|
2014-02-08 00:41:03 +00:00
|
|
|
}
|
|
|
|
|
2014-04-05 09:03:01 +00:00
|
|
|
@media (max-width: 992px) {
|
2015-11-09 21:48:29 +00:00
|
|
|
#features{
|
2015-10-26 19:51:03 +00:00
|
|
|
top: $large-negative-hero-margin;
|
2015-11-09 21:48:29 +00:00
|
|
|
.double-row{
|
|
|
|
padding: 0 0 0 0;
|
|
|
|
.row{
|
|
|
|
padding-bottom: 90px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.icn{
|
|
|
|
height: 200px;
|
|
|
|
}
|
|
|
|
}
|
2014-02-08 00:41:03 +00:00
|
|
|
}
|
|
|
|
|
2015-11-09 07:39:14 +00:00
|
|
|
@media (max-width: 768px){
|
2015-11-09 21:48:29 +00:00
|
|
|
#cta{
|
|
|
|
text-align: center;
|
|
|
|
.intro{
|
|
|
|
.left{
|
|
|
|
text-align: center !important;
|
2015-11-09 07:39:14 +00:00
|
|
|
}
|
|
|
|
}
|
2015-11-09 21:48:29 +00:00
|
|
|
}
|
2015-11-09 07:39:14 +00:00
|
|
|
}
|
|
|
|
|
2014-04-09 02:44:14 +00:00
|
|
|
@media (max-width: 480px) {
|
2015-11-09 21:48:29 +00:00
|
|
|
#features{
|
|
|
|
text-align: center;
|
|
|
|
}
|
2014-04-05 09:03:01 +00:00
|
|
|
}
|
2014-04-14 16:45:40 +00:00
|
|
|
|
2014-04-17 14:41:55 +00:00
|
|
|
#cta {
|
2015-11-09 21:48:29 +00:00
|
|
|
padding: 130px 0 130px;
|
|
|
|
|
|
|
|
.intro {
|
|
|
|
.left {
|
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
|
|
|
|
.right {
|
|
|
|
margin-top: 12px;
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
p{
|
|
|
|
font-size: 14px;
|
|
|
|
letter-spacing: 1px;
|
|
|
|
line-height: 1.5em;
|
|
|
|
color: $consul-gray;
|
|
|
|
font-family: $font-family-museo;
|
|
|
|
font-weight: $font-weight-museo-sb;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.outline-btn {
|
|
|
|
padding: 8px;
|
|
|
|
display: inline-block;
|
|
|
|
&:focus {
|
|
|
|
outline: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
a {
|
|
|
|
font-weight: 500;
|
|
|
|
font-size: 16px;
|
|
|
|
text-transform: uppercase;
|
|
|
|
letter-spacing: 3px;
|
|
|
|
color: $purple;
|
|
|
|
&:hover {
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
}
|
2014-04-17 14:41:55 +00:00
|
|
|
}
|
|
|
|
|
2014-04-14 16:45:40 +00:00
|
|
|
#demos{
|
2015-11-09 21:48:29 +00:00
|
|
|
padding: 30px 0 60px;
|
|
|
|
background-color: $light-purple;
|
|
|
|
background: $light-purple image-url('sidebar-dots.jpg') left 62px no-repeat;
|
|
|
|
|
|
|
|
.explantion {
|
|
|
|
margin: 40px 0 40px 0;
|
|
|
|
|
|
|
|
h2 {
|
|
|
|
font-size: 22px;
|
|
|
|
text-transform: uppercase;
|
|
|
|
font-family: $font-family-museo;
|
|
|
|
font-weight: $font-weight-museo-xb;
|
|
|
|
}
|
|
|
|
|
|
|
|
p{
|
|
|
|
font-size: 16px;
|
|
|
|
letter-spacing: 1px;
|
|
|
|
line-height: 1.5em;
|
|
|
|
color: $consul-gray;
|
|
|
|
font-family: $font-family-museo;
|
|
|
|
font-weight: $font-weight-museo-sb;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.terminals{
|
|
|
|
margin-bottom: 80px;
|
|
|
|
|
|
|
|
.terminal-item{
|
|
|
|
border-bottom: 1px solid #eaeae;
|
|
|
|
|
|
|
|
&.last{
|
|
|
|
border-bottom: none;
|
|
|
|
}
|
|
|
|
>header{
|
|
|
|
.left{
|
|
|
|
span.icn{
|
|
|
|
display: inline-block;
|
|
|
|
width: 83px;
|
|
|
|
height: 74px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.right{
|
|
|
|
padding-left: 25px;
|
|
|
|
|
|
|
|
h2{
|
|
|
|
margin-top: 0;
|
|
|
|
font-size: 28px;
|
|
|
|
text-transform: uppercase;
|
|
|
|
}
|
|
|
|
|
|
|
|
p{
|
|
|
|
font-size: 16px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.terminal{
|
|
|
|
background-color: darken($gray-darker, 15%);
|
|
|
|
border-radius: 4px;
|
|
|
|
|
|
|
|
header{
|
|
|
|
position: relative;
|
|
|
|
background-color: $consul-gray;
|
|
|
|
text-align: center;
|
|
|
|
padding: 3px;
|
|
|
|
border-top-left-radius: 4px;
|
|
|
|
border-top-right-radius: 4px;
|
|
|
|
|
|
|
|
h4{
|
|
|
|
font-size: 14px;
|
|
|
|
letter-spacing: 1px;
|
|
|
|
color: $gray-darker;
|
|
|
|
font-family: $font-family-museo;
|
|
|
|
font-weight: $font-weight-museo-xb;
|
|
|
|
}
|
|
|
|
|
|
|
|
ul.shell-dots{
|
|
|
|
position: absolute;
|
|
|
|
top: 10px;
|
|
|
|
left: 8px;
|
|
|
|
padding-left: 0;
|
|
|
|
|
|
|
|
li{
|
|
|
|
display: inline-block;
|
|
|
|
width: 12px;
|
|
|
|
height: 12px;
|
|
|
|
border-radius: 6px;
|
|
|
|
background-color: $gray-darker;
|
|
|
|
margin-left: 6px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.terminal-window{
|
|
|
|
min-height: 140px;
|
|
|
|
padding: 20px;
|
|
|
|
font-size: 15px;
|
|
|
|
font-weight: normal;
|
|
|
|
font-family: "Courier New", Monaco, Menlo, Consolas, monospace;
|
|
|
|
color: $white;
|
|
|
|
|
|
|
|
.txt-r {
|
|
|
|
color: lighten($red, 8%);;
|
|
|
|
}
|
|
|
|
.txt-p {
|
|
|
|
font-weight: bold;
|
|
|
|
color: lighten($purple, 15%);
|
|
|
|
}
|
|
|
|
p{
|
|
|
|
margin-bottom: 2px;
|
|
|
|
white-space: pre-wrap;
|
|
|
|
}
|
|
|
|
.cursor {
|
|
|
|
background-color: $light-purple;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.feature-bullets{
|
|
|
|
list-style-type: none;
|
|
|
|
padding-left: 35px;
|
|
|
|
|
|
|
|
li{
|
|
|
|
padding: 5px 0 5px 45px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2014-04-14 16:45:40 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
|
2015-11-09 21:48:29 +00:00
|
|
|
#demos{
|
|
|
|
.terminals{
|
|
|
|
.terminal-item{
|
|
|
|
.feature-bullets{
|
|
|
|
li{
|
|
|
|
background-size: 12px 12px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2014-04-14 16:45:40 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@media (max-width: 992px) {
|
2015-11-09 21:48:29 +00:00
|
|
|
#demos{
|
|
|
|
.terminals{
|
|
|
|
.terminal-item{
|
|
|
|
>header{
|
|
|
|
.left{
|
|
|
|
span.icn{
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.right{
|
|
|
|
padding-left: 54px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2014-04-14 16:45:40 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
@media (max-width: 768px) {
|
2015-11-09 21:48:29 +00:00
|
|
|
#demos{
|
|
|
|
.terminals{
|
|
|
|
.terminal-item{
|
|
|
|
>header{
|
|
|
|
.left{
|
|
|
|
span.icn{
|
|
|
|
padding-bottom: 15px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.right{
|
|
|
|
padding-left: 15px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2014-04-14 16:45:40 +00:00
|
|
|
}
|
|
|
|
|
2015-10-26 19:51:03 +00:00
|
|
|
@media (max-width: 480px) {
|
|
|
|
#features {
|
|
|
|
top: $negative-hero-margin;
|
|
|
|
}
|
|
|
|
}
|