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;
width: 2.2rem;
height: 2.2rem;
stroke: darken($brand-main-violet, 30%);
color: $brand-main-blue-light;
}
}
@ -59,6 +57,11 @@
}
.section--servicesdetail {
.feature__icon {
stroke: darken($brand-main-violet, 30%);
color: $brand-main-green;
}
.actions {
text-align: center;
margin-top: $spacer * 2;

View File

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