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

18 lines
375 B
SCSS

.transactions-overview-table-wrapper {
.state-wrapper {
display: flex;
justify-content: flex-start;
align-items: center;
margin-left: auto;
margin-right: auto;
width: 73px;
.state {
width: 10px;
height: 10px;
border-radius: 50%;
margin-right: 8px;
}
}
}