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