perfil photo container
This commit is contained in:
parent
8ab32eb684
commit
74ad1f37ff
2 changed files with 22 additions and 2 deletions
|
|
@ -4,7 +4,11 @@
|
|||
|
||||
<div class="menu" ng-mouseover="hoverIn()" ng-mouseleave="hoverOut()"
|
||||
ng-click="hoverMenu = !hoverMenu">
|
||||
<a class="dropdown ellipsis text-gray" ng-class="{'hover': hoverMenu}">{{username}} <i class="icon-arrow-down2 size-16 vm"></i> </a>
|
||||
<a class="dropdown ellipsis text-gray" ng-class="{'hover': hoverMenu}">
|
||||
<span class="photo-container"><i class="fi-torso size-18"></i></span>
|
||||
<span class="m15t">{{username}} </span>
|
||||
<i class="icon-arrow-down2 size-16 vm"></i>
|
||||
</a>
|
||||
<ul ng-show="hoverMenu" ng-class="{'hover': hoverMenu}">
|
||||
<li>
|
||||
<a href="#!/manage" title="Manage wallets">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue