move background to page-outer
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user