Petropoulos Evangelos c76099dd3d refactor scss
2025-06-30 19:21:27 +03:00

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;
}
}