[Library | Trunk]: Change login to circle
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/assets@58617 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
parent
a08a8341f8
commit
8e5f8869ae
23
library.css
23
library.css
|
@ -2088,8 +2088,6 @@ search-bar .entitiesSelection span, search-bar .entitiesSelection div, search-ba
|
|||
font-weight: 400;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/*
|
||||
Impact Factor - ATHENA CODE */
|
||||
.popularity-A svg .a, .influence-A svg .a{
|
||||
|
@ -2101,3 +2099,24 @@ Impact Factor - ATHENA CODE */
|
|||
.popularity-C svg .a, .influence-C svg .a {
|
||||
fill: #444;
|
||||
}
|
||||
|
||||
/*login*/
|
||||
.login {
|
||||
color: white;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.login circle, .login svg,
|
||||
.login svg svg *, .login svg * {
|
||||
stroke: white;
|
||||
fill: var(--portal-main-color);
|
||||
}
|
||||
|
||||
.login:hover circle {
|
||||
fill: var(--portal-dark-color);
|
||||
}
|
||||
|
||||
.login text {
|
||||
stroke: white;
|
||||
fill: white;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue