Use the generic black background for FullView
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user