kgroad-frontend2/src/features/ReportLike/ReportLike.scss
2024-02-13 19:18:07 +06:00

14 lines
202 B
SCSS

.report-like {
display: flex;
align-items: center;
gap: 7px;
span {
align-self: center;
font-size: 15px;
font-weight: 500;
line-height: 18px;
color: rgb(74, 192, 63);
}
}