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.
|
|
|
.citation-block {
|
|
|
|
margin-bottom: 2rem;
|
|
|
|
//@extend .feature;
|
|
|
|
box-shadow: 0 0 10px rgb(0 0 0 / 20%);
|
|
|
|
.icon {
|
|
|
|
font-size: 6rem;
|
|
|
|
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;
|
|
|
|
width: auto;
|
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
.value {
|
|
|
|
}
|
|
|
|
.field__label {
|
|
|
|
//display: none;
|
|
|
|
}
|
|
|
|
#organization {
|
|
|
|
.field__label {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
#subjects {
|
|
|
|
.field__label {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
.field__items {
|
|
|
|
//display: flex;
|
|
|
|
}
|
|
|
|
.field-item {
|
|
|
|
display:inline;
|
|
|
|
&:after {
|
|
|
|
content: ', ';
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
//tabs
|
|
|
|
details#group-dataset-identification .field {
|
|
|
|
//border-bottom: 1px solid #ccc;
|
|
|
|
.field__label {
|
|
|
|
width: 14rem;
|
|
|
|
text-align: right;
|
|
|
|
padding-right: 1rem;
|
|
|
|
&:after {
|
|
|
|
content: ':';
|
|
|
|
}
|
|
|
|
}
|
|
|
|
display: flex;
|
|
|
|
margin-bottom: 1rem;
|
|
|
|
}
|