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.
30 lines
477 B
30 lines
477 B
.citation-block { |
|
margin-bottom: 2rem; |
|
//@extend .feature; |
|
box-shadow: 0 0 10px rgb(0 0 0 / 20%); |
|
.icon { |
|
font-size: 6rem; |
|
padding-right: 0.5rem; |
|
border-right: 1px solid #ddd; |
|
} |
|
display: flex; |
|
align-items: center; |
|
padding: 1rem; |
|
.data-citation { |
|
padding-left: 1rem; |
|
} |
|
} |
|
.rdm_metadata { |
|
th { |
|
background: #f1f1f1; |
|
border: 1px solid #ccc; |
|
} |
|
.label { |
|
width: 12rem; |
|
} |
|
.value { |
|
} |
|
.field__label { |
|
display: none; |
|
} |
|
}
|
|
|