Add "Login" button to RHS when user is a guest

This commit is contained in:
Luke Barnard 2017-05-26 18:42:07 +01:00
parent aa357ff6de
commit aa604612a7
2 changed files with 23 additions and 0 deletions

View file

@ -30,6 +30,21 @@ limitations under the License.
flex: 0 0 70px;
}
.mx_RightPanel_loginButton {
margin-top: 15px;
width: 100%;
height: 40px;
border: 0px;
border-radius: 40px;
background-color: $accent-color;
color: $primary-bg-color;
cursor: pointer;
font-size: 15px;
}
/** Fixme - factor this out with the main header **/
.mx_RightPanel_headerButtonGroup {