fix/20210728 #14
File diff suppressed because one or more lines are too long
|
@ -11,18 +11,18 @@
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
width: rem-calc(15);
|
width: rem-calc(15);
|
||||||
height: $global-lineheight;
|
height: $global-lineheight;
|
||||||
&.artist {
|
}
|
||||||
content:'Artist';
|
&.artist:before {
|
||||||
}
|
content:'Artist';
|
||||||
&.date {
|
}
|
||||||
content: 'Year';
|
&.date:before {
|
||||||
}
|
content: 'Year';
|
||||||
&.collection {
|
}
|
||||||
content: 'Collection';
|
&.collection:before {
|
||||||
}
|
content: 'Collection';
|
||||||
&.tech-document-link {
|
}
|
||||||
content: 'Keywords';
|
&.tech-document-link:before {
|
||||||
}
|
content: 'Keywords';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue