fix/20210728 #14

Merged
chris merged 48 commits from fix/20210728 into develop 2021-07-29 22:39:06 +02:00
2 changed files with 13 additions and 13 deletions
Showing only changes of commit 08af72a7ba - Show all commits

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:before {
content:'Artist'; content:'Artist';
} }
&.date { &.date:before {
content: 'Year'; content: 'Year';
} }
&.collection { &.collection:before {
content: 'Collection'; content: 'Collection';
} }
&.tech-document-link { &.tech-document-link:before {
content: 'Keywords'; content: 'Keywords';
} }
} }
} }
} }
}
} }