Add sign in to top left menu for guests

This commit is contained in:
J. Ryan Stinnett 2019-02-13 15:48:40 +00:00
parent 422750082d
commit 22789ada94
4 changed files with 34 additions and 7 deletions

View file

@ -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');
}