move Style for topbar Invite-Page to style.css with same settings for later customizing

This commit is contained in:
JSuenram
2022-02-03 13:21:19 +01:00
parent 2e4288cda0
commit 9aec0c26f3
2 changed files with 7 additions and 1 deletions

View File

@@ -116,6 +116,12 @@ body {
grid-template-rows: repeat(auto-fit, minmax(100px, 1fr)) !important;
}
.AgentInviteMasthead {
background:url(logo.png) 0px 0px;
background-color:#036;
background-repeat:no-repeat;height:66px;width:100%;overflow:hidden;
}
#masthead {
width: auto;
margin: 0;