1
0
mirror of https://github.com/bigchaindb/site.git synced 2024-11-01 15:55:36 +01:00
site/_src/_assets/styles/_page-features.scss

58 lines
847 B
SCSS
Raw Normal View History

2016-01-14 13:04:44 +01:00
2016-02-09 12:15:41 +01:00
.table--comparison {
.icon-check {
width: 1rem;
height: 1rem;
margin: auto;
display: block;
}
}
2016-02-08 14:35:02 +01:00
.feature {
2016-01-14 13:04:44 +01:00
display: flex;
2016-02-08 14:35:02 +01:00
margin-bottom: $spacer;
2016-01-14 13:04:44 +01:00
&:first-of-type { padding-top: 0; }
}
2016-02-08 14:35:02 +01:00
.feature__icon {
flex: 0 0 15%;
2016-01-14 13:04:44 +01:00
margin-right: 5%;
margin-top: 2px;
2016-02-08 14:35:02 +01:00
margin-bottom: 0;
width: 3rem;
height: 3rem;
2016-02-08 14:35:02 +01:00
}
.feature__detail {
flex: 0 0 80%;
2016-02-08 14:35:02 +01:00
}
.feature__title {
font-size: $font-size-h4;
margin-top: 0;
margin-bottom: ($spacer / 3);
2016-01-14 13:04:44 +01:00
}
2016-02-08 14:35:02 +01:00
.feature__text {
@extend .text-dimmed;
margin-bottom: 0;
2016-01-14 13:04:44 +01:00
}
2016-02-09 16:35:51 +01:00
.stacks__title {
font-size: $font-size-h3;
}
.stacks__image {
figcaption { margin: $spacer 0; }
}
2016-02-10 16:57:19 +01:00
.section-usecases {
.grid {
// manually center last column
.grid__col:last-child {
margin: auto;
}
2016-01-21 12:44:47 +01:00
}
2016-01-14 13:04:44 +01:00
}