Project

General

Profile

« Previous | Next » 

Revision 58617

[Library | Trunk]: Change login to circle

View differences:

library.css
2088 2088
    font-weight: 400;
2089 2089
}
2090 2090

  
2091

  
2092

  
2093 2091
/*
2094 2092
Impact Factor -  ATHENA CODE */
2095 2093
.popularity-A svg .a, .influence-A svg .a{
......
2101 2099
.popularity-C svg  .a, .influence-C svg .a {
2102 2100
    fill: #444;
2103 2101
}
2102

  
2103
/*login*/
2104
.login {
2105
    color: white;
2106
    font-weight: bold;
2107
}
2108

  
2109
.login  circle, .login svg,
2110
.login  svg svg *, .login svg *  {
2111
    stroke: white;
2112
    fill: var(--portal-main-color);
2113
}
2114

  
2115
.login:hover circle {
2116
    fill: var(--portal-dark-color);
2117
}
2118

  
2119
.login text {
2120
    stroke: white;
2121
    fill: white;
2122
}

Also available in: Unified diff