[Monitor Dashboard | Trunk]: Change login circle to be like other portals

git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-monitor-portal/trunk/monitor_dashboard@59213 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
Konstantinos Triantafyllou 2020-08-03 10:40:32 +00:00
parent 34eea15b6a
commit d8f6a679d0
2 changed files with 2 additions and 31 deletions

View File

@ -60,13 +60,11 @@
background: white !important;
color: #000000B3;
}
.dashboard #header_main.light_header .login, .dashboard #header_main.light_header .uk-navbar-nav > li > a{
.dashboard #header_main.light_header .uk-navbar-nav > li > a{
color: #000000B3;
/*text-transform: uppercase;*/
}
.dashboard #header_main.light_header user-mini svg * , .dashboard #header_main.light_header .login svg * {
stroke: #000000B3;
}
.stakeholderPage #hide_controls:hover #toggle:hover .material-icons, .stakeholderPage #hide_controls #toggle:not(.sidebar_main_open) .material-icons {
color: var(--portal-main-color);
/*border: var(--portal-main-color) solid 0px;*/

View File

@ -246,33 +246,6 @@ body.dashboard {
color: white;
}
.dashboard #header_main .login {
color: white;
font-weight: bold;
text-transform: uppercase;
}
.dashboard #header_main circle, .dashboard #header_main .login svg {
stroke: white;
fill: white;
}
.dashboard #header_main text {
stroke: var(--primary-color);
fill: var(--primary-color);
}
.dashboard #header_main svg svg *{
stroke: var(--primary-color);
fill: none;
}
.dashboard #header_main .login svg *{
stroke: white;
fill: none;
}
/* Card */
.dashboard .md-card .md-card-content {
color: rgba(0, 0, 0, 0.8);