Add welcome to top left menu for all
This commit is contained in:
parent
22789ada94
commit
116367fd69
4 changed files with 16 additions and 0 deletions
|
@ -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');
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue