1
0
mirror of https://github.com/bigchaindb/site.git synced 2024-11-22 01:36:55 +01:00

Services icon fixes

This commit is contained in:
Matthias Kretschmann 2018-04-12 13:18:34 +02:00
parent 8939615ce2
commit bedd460d0a
Signed by: m
GPG Key ID: 606EEEF3C479A91F
2 changed files with 6 additions and 4 deletions

View File

@ -28,8 +28,6 @@
margin-bottom: $spacer / 6; margin-bottom: $spacer / 6;
width: 2.2rem; width: 2.2rem;
height: 2.2rem; height: 2.2rem;
stroke: darken($brand-main-violet, 30%);
color: $brand-main-blue-light;
} }
} }
@ -59,6 +57,11 @@
} }
.section--servicesdetail { .section--servicesdetail {
.feature__icon {
stroke: darken($brand-main-violet, 30%);
color: $brand-main-green;
}
.actions { .actions {
text-align: center; text-align: center;
margin-top: $spacer * 2; margin-top: $spacer * 2;

View File

@ -67,8 +67,7 @@ $menu-height-md: 90px;
// //
.hero__title, .hero__title,
.hero__subtitle, .hero__subtitle,
.hero__action, .hero__action {
.logo-services {
.wf-active &, .wf-active &,
.wf-inactive & { .wf-inactive & {
@include animation-slide-in-from-bottom; @include animation-slide-in-from-bottom;