Use a different banner image for personal rooms

This commit is contained in:
Leonardo Crauss Daronco 2016-12-09 15:43:38 -02:00
parent 87bccb1204
commit 219ea625e0
2 changed files with 4 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 853 KiB

View File

@ -35,6 +35,10 @@ html, body {
background-repeat: no-repeat;
}
body[data-controller=landing][data-action=rooms].app-background {
background-image: asset-url('bg_personal_room');
}
#alerts {
position: absolute;
top: 10px;