19 lines
351 B
SCSS
19 lines
351 B
SCSS
.general-health-card-wrapper {
|
|
.header {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
margin-bottom: 16px;
|
|
|
|
.right-side {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
}
|
|
|
|
.stat-items {
|
|
display: flex;
|
|
justify-content: space-around;
|
|
margin-top: 16px;
|
|
}
|
|
}
|