[umbrella]: Add colors for publisher and journals
This commit is contained in:
parent
6026e6aa82
commit
a1c8b2d9fe
|
@ -22,10 +22,22 @@
|
|||
.setType(@organization-color);
|
||||
}
|
||||
|
||||
&.publisher {
|
||||
.setType(@publisher-color);
|
||||
}
|
||||
|
||||
&.journal {
|
||||
.setType(@journal-color);
|
||||
}
|
||||
|
||||
&.country {
|
||||
.setType(@country-color);
|
||||
}
|
||||
|
||||
&.researcher {
|
||||
.setType(@researcher-color);
|
||||
}
|
||||
|
||||
&.datasource {
|
||||
.setType(@datasource-color);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue