styled collection cards show li properties

This commit is contained in:
jorge 2021-07-28 19:13:29 +02:00
parent f10e176744
commit bab1d5c65d
2 changed files with 13 additions and 13 deletions

File diff suppressed because one or more lines are too long

View File

@ -11,20 +11,20 @@
display: inline-block; display: inline-block;
width: rem-calc(15); width: rem-calc(15);
height: $global-lineheight; height: $global-lineheight;
} &.artist {
.artist {
content:'Artist'; content:'Artist';
} }
.date { &.date {
content: 'Year'; content: 'Year';
} }
.collection { &.collection {
content: 'Collection'; content: 'Collection';
} }
.tech-document-link { &.tech-document-link {
content: 'Keywords'; content: 'Keywords';
} }
} }
} }
} }
}
} }