Use the generic black background for FullView

master
Torjus 2018-07-19 10:23:29 +02:00
parent fb6db175b8
commit 21337bc1ef
1 changed files with 4 additions and 3 deletions

View File

@ -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 {