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

9 lines
124 B
SCSS
Raw Normal View History

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