fleet/frontend/pages/SoftwarePage/SoftwareAddPage/SoftwareAppStore/_styles.scss

8 lines
124 B
SCSS

.software-app-store {
@include vertical-page-layout;
&__content {
display: flex;
flex-direction: column;
}
}