29 lines
574 B
CSS
29 lines
574 B
CSS
.collection-items {
|
|
margin-bottom: var(--space-5);
|
|
}
|
|
.collection-items__item {
|
|
width: auto;
|
|
max-width: auto;
|
|
}
|
|
.collection-items__preview {
|
|
padding: 1.2rem;
|
|
height: 100%;
|
|
}
|
|
.collection-items__label {
|
|
font-family: var(--text);
|
|
font-weight: var(--text-semi-bold);
|
|
color: var(--green);
|
|
font-size: 0.8rem;
|
|
margin-bottom: var(--space-2);
|
|
}
|
|
.collection-items__title {
|
|
margin-bottom: var(--space-2);
|
|
font-size: 1.3rem;
|
|
}
|
|
.collection-items__date {
|
|
margin-top: auto;
|
|
font-family: var(--text);
|
|
font-weight: var(--text-semi-bold);
|
|
color: var(--grey);
|
|
}
|