add css for logout icon

This commit is contained in:
phyusin
2017-11-28 15:01:58 +06:30
parent f669101d3c
commit ab337a3b8a
2 changed files with 7 additions and 1 deletions

View File

@@ -93,3 +93,9 @@ nav.pagination .page a:hover,
text-decoration: none;
}
/*Logout Icon*/
i.logout_icon{
position: relative;
top: 5px;
}