mirror of
https://github.com/bigchaindb/site.git
synced 2025-02-05 08:37:39 +01:00
29 lines
552 B
SCSS
29 lines
552 B
SCSS
|
|
.section-cta--services {
|
|
@media ($screen-md) {
|
|
padding-top: $spacer * 7;
|
|
padding-bottom: $spacer * 7;
|
|
}
|
|
|
|
.logo--services {
|
|
margin-bottom: $spacer;
|
|
transform: scale(.8);
|
|
transform-origin: left;
|
|
color: darken($brand-main-violet, 25%);
|
|
fill: darken($brand-main-violet, 25%);
|
|
}
|
|
|
|
.section-header {
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
.section-title {
|
|
text-align: left;
|
|
margin-bottom: $spacer * 2.5;
|
|
|
|
&:after {
|
|
display: none;
|
|
}
|
|
}
|
|
}
|