mirror of
https://github.com/bigchaindb/site.git
synced 2024-11-22 09:46:57 +01:00
new architecture graphic
This commit is contained in:
parent
5658db6753
commit
33c065fd6a
File diff suppressed because one or more lines are too long
Before Width: | Height: | Size: 120 KiB After Width: | Height: | Size: 130 KiB |
@ -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%);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user