move background to page-outer

This commit is contained in:
2023-02-21 09:05:30 +10:00
parent 4bb557e055
commit d15a44e7d7

View File

@@ -81,6 +81,9 @@ const hasPermission = () => {
flex: 1;
width: 100%;
padding-bottom: calc(map-get($spacer, 5) * 2);
background-position: center;
background-repeat: no-repeat;
background-size: cover;
&.sm-no-breadcrumbs {
margin-bottom: 0;
@@ -92,9 +95,6 @@ const hasPermission = () => {
}
.sm-page {
background-position: center;
background-repeat: no-repeat;
background-size: cover;
display: flex;
flex-direction: column;
flex: 1;