Add "Login" button to RHS when user is a guest
This commit is contained in:
parent
aa357ff6de
commit
aa604612a7
2 changed files with 23 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue