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:
parent
8939615ce2
commit
bedd460d0a
@ -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;
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user