styled collection cards

This commit is contained in:
jorge 2021-07-28 19:11:34 +02:00
parent c99ef34eaf
commit f10e176744
2 changed files with 28 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@ -1,3 +1,30 @@
.card {
padding: $global-padding;
}
.collection-card {
ul {
&.arc-site-meta {
list-style: none;
li {
&:before{
content:'';
display: inline-block;
width: rem-calc(15);
height: $global-lineheight;
}
.artist {
content:'Artist';
}
.date {
content: 'Year';
}
.collection {
content: 'Collection';
}
.tech-document-link {
content: 'Keywords';
}
}
}
}
}