1
0
mirror of https://github.com/bigchaindb/site.git synced 2024-11-01 15:55:36 +01:00
site/_src/_assets/styles/_page-enterprise.scss

159 lines
2.7 KiB
SCSS
Raw Normal View History

2017-04-06 12:02:25 +02:00
//
// Page: enterprise
// ---
// bigchaindb.com
//
.page-enterprise {
2017-05-18 19:33:14 +02:00
// Different Features unit layout
2017-04-19 13:34:44 +02:00
.feature {
display: block;
}
2017-05-18 19:33:14 +02:00
.feature__title {
margin-bottom: $spacer;
// the bottom line
2017-05-31 00:22:14 +02:00
&:after {
2017-05-18 19:33:14 +02:00
content: '';
height: 2px;
width: 3rem;
display: block;
margin-top: $spacer * $line-height;
}
}
.feature__text {
opacity: .75;
}
2017-04-19 13:34:44 +02:00
.feature__icon {
margin-top: 0;
2017-05-18 19:33:14 +02:00
margin-bottom: $spacer / 6;
width: 2.2rem;
height: 2.2rem;
2017-04-19 13:34:44 +02:00
}
2017-04-06 12:02:25 +02:00
}
2017-04-10 13:25:44 +02:00
.hero--enterprise {
2017-05-18 19:33:14 +02:00
.logo-enterprise {
margin-bottom: $spacer * 2;
.logo,
.logo-enterprise--text {
opacity: .5;
}
}
.section-title {
.wf-active &,
.wf-inactive & {
animation-delay: .2s;
}
2017-04-10 13:25:44 +02:00
}
.section-description {
margin-bottom: $spacer * 2;
2017-05-18 19:33:14 +02:00
.wf-active &,
.wf-inactive & {
animation-delay: .4s;
}
}
.hero__action {
.wf-active &,
.wf-inactive & {
animation-delay: .6s;
}
2017-04-10 13:25:44 +02:00
}
.hero__content {
margin-top: $spacer * 6;
margin-bottom: $spacer * 6;
}
@media ($screen-md) {
2017-04-19 13:34:44 +02:00
.section-title,
2017-04-18 12:44:17 +02:00
.section-description {
2017-04-10 13:25:44 +02:00
max-width: 66%;
2017-05-18 19:33:14 +02:00
margin-left: auto;
margin-right: auto;
2017-04-10 13:25:44 +02:00
}
}
2017-04-12 16:36:57 +02:00
.btn {
@extend .btn-secondary;
2017-05-18 19:33:14 +02:00
min-width: 220px;
2017-04-12 16:36:57 +02:00
&:first-of-type {
@extend .btn-primary;
margin-right: $spacer;
}
}
}
.section--enterpriseintro {
2017-05-18 19:33:14 +02:00
.grid,
.feature {
margin-bottom: 0;
}
.btn {
margin-top: $spacer * 2;
}
h2 {
@extend .h3;
margin-bottom: $spacer;
}
.feature__title {
// the bottom line
2017-05-31 00:22:14 +02:00
&:after {
2017-05-18 19:33:14 +02:00
background: rgba($gray-light, .4);
}
}
}
.section--enterprisetestimonial {
2017-04-20 10:48:43 +02:00
.testimonial {
@extend .large;
2017-05-18 19:33:14 +02:00
margin: 0 auto;
2017-04-20 10:48:43 +02:00
@media ($screen-sm) {
max-width: 66%;
}
}
.testimonial__quote {
2017-05-31 00:22:14 +02:00
&:before {
2017-04-20 10:48:43 +02:00
margin-left: -1.3rem;
}
}
2017-04-10 13:25:44 +02:00
}
2017-04-12 12:08:37 +02:00
2017-04-20 11:29:25 +02:00
.section--enterprisesupport {
.actions {
2017-05-18 19:33:14 +02:00
text-align: center;
margin-top: $spacer * 2;
2017-04-20 11:29:25 +02:00
padding-top: $spacer * 2;
2017-05-18 19:33:14 +02:00
border-top: 1px solid darken($brand-main-green, 5%);
2017-04-20 11:29:25 +02:00
}
}
2017-04-12 12:08:37 +02:00
.form--enterprise {
2017-05-18 21:46:27 +02:00
background: darken($brand-main-blue, 5%);
.grid {
@media ($screen-sm) {
justify-content: space-between;
}
}
2017-05-31 00:22:14 +02:00
.grid__col {
@media ($screen-sm) {
flex-basis: 48%;
}
}
2017-04-12 12:08:37 +02:00
}