You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
239 B
15 lines
239 B
2 years ago
|
.citation-block {
|
||
|
margin-bottom: 1rem;
|
||
|
@extend .feature;
|
||
|
.icon {
|
||
|
font-size: 6rem;
|
||
|
padding-right: .5rem;
|
||
|
border-right: 1px solid #ddd;
|
||
|
}
|
||
|
display: flex;
|
||
|
padding: 1rem;
|
||
|
.data-citation {
|
||
|
padding-left: 1rem;
|
||
|
}
|
||
|
}
|