2017-04-06 12:02:25 +02:00
|
|
|
//
|
|
|
|
// Page: enterprise
|
|
|
|
// ---
|
|
|
|
// bigchaindb.com
|
|
|
|
//
|
|
|
|
.page-enterprise {
|
|
|
|
|
|
|
|
}
|
2017-04-10 13:25:44 +02:00
|
|
|
|
|
|
|
.hero--enterprise {
|
|
|
|
background-image: none;
|
|
|
|
|
|
|
|
&,
|
|
|
|
.section-title,
|
|
|
|
.section-description {
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
.section-description {
|
|
|
|
margin-bottom: $spacer * 2;
|
|
|
|
}
|
|
|
|
|
|
|
|
.hero__content {
|
|
|
|
margin-top: $spacer * 6;
|
|
|
|
margin-bottom: $spacer * 6;
|
|
|
|
}
|
|
|
|
|
|
|
|
@media ($screen-md) {
|
|
|
|
height: auto;
|
|
|
|
|
|
|
|
hgroup {
|
|
|
|
max-width: 66%;
|
|
|
|
}
|
|
|
|
}
|
2017-04-12 16:36:57 +02:00
|
|
|
|
|
|
|
.btn {
|
|
|
|
@extend .btn-secondary;
|
|
|
|
min-width: 240px;
|
|
|
|
|
|
|
|
&:first-of-type {
|
|
|
|
@extend .btn-primary;
|
|
|
|
margin-right: $spacer;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.section--enterpriseintro {
|
|
|
|
.section-description {
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
.feature {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.feature__icon {
|
|
|
|
margin-top: 0;
|
|
|
|
margin-bottom: $spacer / 3;
|
|
|
|
width: 2rem;
|
|
|
|
height: 2rem;
|
|
|
|
stroke-width: 1px;
|
|
|
|
}
|
2017-04-10 13:25:44 +02:00
|
|
|
}
|
2017-04-12 12:08:37 +02:00
|
|
|
|
|
|
|
.form--enterprise {
|
|
|
|
padding: $spacer ($spacer * 2);
|
|
|
|
background: $gray-dark;
|
2017-04-12 15:42:35 +02:00
|
|
|
border-radius: $border-radius;
|
|
|
|
|
|
|
|
.grid {
|
|
|
|
@media ($screen-sm) {
|
|
|
|
justify-content: space-between;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.grid__col {
|
|
|
|
@media ($screen-sm) {
|
|
|
|
flex-basis: 48%;
|
|
|
|
}
|
|
|
|
}
|
2017-04-12 12:08:37 +02:00
|
|
|
}
|