12 lines
155 B
SCSS
12 lines
155 B
SCSS
.component {
|
|
.actions {
|
|
display: flex;
|
|
gap: 1rem;
|
|
}
|
|
|
|
.loading {
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
}
|
|
} |