11 lines
160 B
SCSS
11 lines
160 B
SCSS
.importer-state-wrapper {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
padding: 1em 0;
|
|
|
|
& > :last-child {
|
|
margin-left: 1em;
|
|
}
|
|
}
|