Use the generic black background for FullView
parent
fb6db175b8
commit
21337bc1ef
|
|
@ -6,9 +6,10 @@
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
background-color: rgba(#2a4b58, 0.9);
|
background-image: url('/resources/images/background.svg');
|
||||||
background-position: bottom;
|
background-attachment: fixed;
|
||||||
background-size: auto 85%;
|
background-position: center;
|
||||||
|
background-size: cover;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
|
|
||||||
> .info {
|
> .info {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue