Merge pull request #2562 from jryans/rm-guest-bar

Remove guest warning bar
This commit is contained in:
J. Ryan Stinnett 2019-02-01 15:46:43 -06:00 committed by GitHub
commit 68ec63d25e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 63 deletions

View file

@ -29,20 +29,3 @@ limitations under the License.
height: 100%;
border: 0px;
}
.mx_HomePage_body {
// margin-left: 63px;
}
.mx_HomePage_guest_warning {
display: flex;
background-color: $secondary-accent-color;
border: 1px solid $accent-color;
margin: 20px;
padding: 20px 40px;
border-radius: 5px;
}
.mx_HomePage_guest_warning img {
padding-right: 10px;
}