18 lines
375 B
SCSS
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;
|
|
}
|
|
}
|
|
}
|