Add welcome to top left menu for all

This commit is contained in:
J. Ryan Stinnett 2019-02-13 16:13:32 +00:00
parent 22789ada94
commit 116367fd69
4 changed files with 16 additions and 0 deletions

View file

@ -31,6 +31,10 @@ limitations under the License.
mask-image: url('$(res)/img/feather-icons/home.svg');
}
li.mx_TopLeftMenu_icon_welcome::after {
mask-image: url('$(res)/img/feather-icons/gift.svg');
}
li.mx_TopLeftMenu_icon_settings::after {
mask-image: url('$(res)/img/feather-icons/settings.svg');
}