mirror of
https://github.com/fleetdm/fleet
synced 2026-04-30 09:57:37 +00:00
9 lines
124 B
SCSS
9 lines
124 B
SCSS
|
|
.software-app-store {
|
||
|
|
@include vertical-page-layout;
|
||
|
|
|
||
|
|
&__content {
|
||
|
|
display: flex;
|
||
|
|
flex-direction: column;
|
||
|
|
}
|
||
|
|
}
|