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

77 lines
1.1 KiB
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%;
}
}
.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;
}
}
.form--enterprise {
.grid {
@media ($screen-sm) {
justify-content: space-between;
}
}
.grid__col {
@media ($screen-sm) {
flex-basis: 48%;
}
}
}