new architecture graphic

This commit is contained in:
Matthias Kretschmann 2017-06-26 11:53:39 +02:00
parent 5658db6753
commit 33c065fd6a
Signed by: m
GPG Key ID: 606EEEF3C479A91F
2 changed files with 72 additions and 68 deletions

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 120 KiB

After

Width:  |  Height:  |  Size: 130 KiB

View File

@ -39,7 +39,6 @@
height: 3rem;
border-radius: 50%;
font-size: $font-size-lg;
background: red;
vertical-align: .4rem;
background: $headings-color;
color: $gray;
@ -66,6 +65,15 @@
}
}
//
// Section: architecture
//
.section--architecture {
.architecture {
text-align: center;
}
}
.driver {
padding: $spacer;
background: rgba($brand-main-blue-light, .15);
@ -174,10 +182,10 @@
fill: lighten($brand-primary, 10%);
filter: drop-shadow(0 1px 4px rgba($brand-main-blue-dark, .4));
transform: translateY(-1px);
}
&.icon--gitter {
stroke: lighten($brand-primary, 10%);
}
.icon--gitter {
stroke: lighten($brand-primary, 10%);
}
}