dashboard.component.scss
456 Bytes
.avater {
background-color: black;
color: black;
position: relative;
width: 70px;
height: 70px;
border-radius: 50% !important;
border-style: solid;
border-color: black;
text-align: center;
padding-top: 20px;
top: -25px;
&.red {
background-color: red;
}
&.yellow {
background-color: yellow;
color: black;
}
&.green {
background-color: green;
}
}
.dashboard-stat {
overflow: visible;
height: 210px;
}