Remove guest warning bar

This commit is contained in:
J. Ryan Stinnett 2019-02-01 15:24:07 -06:00
parent 22178f2d7c
commit 3bfd603dab
3 changed files with 0 additions and 62 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;
}