mirror of
https://github.com/bigchaindb/site.git
synced 2024-11-25 11:08:29 +01:00
29 lines
534 B
SCSS
29 lines
534 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: $brand-main-violet;
|
|
fill: rgba($brand-main-blue, .5);
|
|
}
|
|
|
|
.section-header {
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
.section-title {
|
|
text-align: left;
|
|
margin-bottom: $spacer * 2.5;
|
|
|
|
&:after {
|
|
display: none;
|
|
}
|
|
}
|
|
}
|