add css for logout icon
This commit is contained in:
@@ -93,3 +93,9 @@ nav.pagination .page a:hover,
|
||||
text-decoration: none;
|
||||
|
||||
}
|
||||
|
||||
/*Logout Icon*/
|
||||
i.logout_icon{
|
||||
position: relative;
|
||||
top: 5px;
|
||||
}
|
||||
@@ -31,7 +31,7 @@
|
||||
<li>
|
||||
<%if current_login_employee.role !="waiter" %>
|
||||
<p class="delete waves-effect waves-block p-l-30 m-b-5" data-ref="<%=logout_path%>" data-method="delete">
|
||||
<i class="material-icons font-10">exit_to_app</i>
|
||||
<i class="material-icons font-10 logout_icon">exit_to_app</i>
|
||||
<span class="font-18">Logout</span>
|
||||
</p>
|
||||
<span class="hidden" id="delete_text">
|
||||
|
||||
Reference in New Issue
Block a user