mirror of
https://github.com/bigchaindb/site.git
synced 2024-11-01 15:55:36 +01:00
29 lines
394 B
SCSS
29 lines
394 B
SCSS
|
|
||
|
.section-difference {
|
||
|
@extend .background--gray;
|
||
|
}
|
||
|
|
||
|
.difference {
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
padding: ($spacer * 2) 0;
|
||
|
|
||
|
&:first-of-type { padding-top: 0; }
|
||
|
}
|
||
|
|
||
|
.difference__icon {
|
||
|
flex: 0 0 15%;
|
||
|
margin-right: 5%;
|
||
|
}
|
||
|
|
||
|
.difference__text {
|
||
|
flex: 0 0 80%;
|
||
|
|
||
|
.section-difference & { color: #fff; }
|
||
|
}
|
||
|
|
||
|
|
||
|
.section-timeline {
|
||
|
@extend .background--light;
|
||
|
}
|