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