mirror of
https://github.com/bigchaindb/site.git
synced 2024-11-22 17:50:07 +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;
|
height: 3rem;
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
font-size: $font-size-lg;
|
font-size: $font-size-lg;
|
||||||
background: red;
|
|
||||||
vertical-align: .4rem;
|
vertical-align: .4rem;
|
||||||
background: $headings-color;
|
background: $headings-color;
|
||||||
color: $gray;
|
color: $gray;
|
||||||
@ -66,6 +65,15 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
//
|
||||||
|
// Section: architecture
|
||||||
|
//
|
||||||
|
.section--architecture {
|
||||||
|
.architecture {
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.driver {
|
.driver {
|
||||||
padding: $spacer;
|
padding: $spacer;
|
||||||
background: rgba($brand-main-blue-light, .15);
|
background: rgba($brand-main-blue-light, .15);
|
||||||
@ -174,10 +182,10 @@
|
|||||||
fill: lighten($brand-primary, 10%);
|
fill: lighten($brand-primary, 10%);
|
||||||
filter: drop-shadow(0 1px 4px rgba($brand-main-blue-dark, .4));
|
filter: drop-shadow(0 1px 4px rgba($brand-main-blue-dark, .4));
|
||||||
transform: translateY(-1px);
|
transform: translateY(-1px);
|
||||||
|
}
|
||||||
|
|
||||||
&.icon--gitter {
|
.icon--gitter {
|
||||||
stroke: lighten($brand-primary, 10%);
|
stroke: lighten($brand-primary, 10%);
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user