Add sign in to top left menu for guests
This commit is contained in:
parent
422750082d
commit
22789ada94
4 changed files with 34 additions and 7 deletions
|
@ -35,6 +35,10 @@ limitations under the License.
|
|||
mask-image: url('$(res)/img/feather-icons/settings.svg');
|
||||
}
|
||||
|
||||
li.mx_TopLeftMenu_icon_signin::after {
|
||||
mask-image: url('$(res)/img/feather-icons/sign-in.svg');
|
||||
}
|
||||
|
||||
li.mx_TopLeftMenu_icon_signout::after {
|
||||
mask-image: url('$(res)/img/feather-icons/sign-out.svg');
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue