Add UI bits for setting backgroundImage
This commit is contained in:
@@ -201,6 +201,12 @@ html, body {
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
#mainContentContainer {
|
||||
background-position: center;
|
||||
background-repeat: no-repeat;
|
||||
background-size: cover;
|
||||
}
|
||||
|
||||
#ng-view {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
||||
Reference in New Issue
Block a user