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