1
0
Fork 0
arangodb/js/apps/system/aardvark/frontend/scss/_statisticBar.scss

30 lines
329 B
SCSS

.navlogo {
.stat_cpu {
height: 26px;
margin-top: 1px;
width: 26px;
path {
fill: $c-state-ok;
}
}
.stat_ram {
height: 26px;
width: 26px;
path {
fill: $c-state-warning;
}
}
.stat_req {
height: 22px;
width: 22px;
path {
fill: $c-state-ok;
}
}
}