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