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
3 changed files with 8 additions and 63 deletions
-17
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;
}