11 lines
194 B
SCSS
11 lines
194 B
SCSS
|
.modal-customize-homepage__body {
|
||
|
display: flex;
|
||
|
flex-direction: column;
|
||
|
|
||
|
button {
|
||
|
align-self: flex-end;
|
||
|
margin-right: var(--spacing-s);
|
||
|
margin-bottom: var(--spacing-s);
|
||
|
}
|
||
|
}
|