Fix background
This commit is contained in:
parent
ecebec2da6
commit
61666a1b81
1 changed files with 2 additions and 0 deletions
|
@ -19,6 +19,8 @@ limitations under the License.
|
|||
#root {
|
||||
background-color: $app-background;
|
||||
background-image: url('./imgs/background.svg');
|
||||
background-repeat: none;
|
||||
background-position: top center;
|
||||
}
|
||||
|
||||
@mixin spacer {
|
||||
|
|
Loading…
Reference in a new issue