mirror of
https://github.com/bigchaindb/site.git
synced 2024-11-02 00:05:37 +01:00
41 lines
576 B
SCSS
41 lines
576 B
SCSS
//
|
|
// Page: enterprise
|
|
// ---
|
|
// bigchaindb.com
|
|
//
|
|
.page-enterprise {
|
|
|
|
}
|
|
|
|
.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%;
|
|
}
|
|
}
|
|
}
|
|
|
|
.form--enterprise {
|
|
padding: $spacer ($spacer * 2);
|
|
background: $gray-dark;
|
|
}
|