[Library | Trunk]: Add graph color class
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/assets@59892 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
parent
04637daed8
commit
d73de27e5c
|
@ -66,3 +66,11 @@
|
||||||
.portal-icon svg > * {
|
.portal-icon svg > * {
|
||||||
fill: var(--portal-main-color);
|
fill: var(--portal-main-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.graph-color {
|
||||||
|
color: #EE2540;
|
||||||
|
}
|
||||||
|
|
||||||
|
.graph-color:hover, .graph-color:active {
|
||||||
|
color: #EE2540;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue