From ab337a3b8aeb1e38efb0cca7420fd3855832eeb3 Mon Sep 17 00:00:00 2001 From: phyusin Date: Tue, 28 Nov 2017 15:01:58 +0630 Subject: [PATCH] add css for logout icon --- app/assets/stylesheets/application.scss | 6 ++++++ app/views/layouts/_header.html.erb | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/app/assets/stylesheets/application.scss b/app/assets/stylesheets/application.scss index 9caef6fe..2249d049 100755 --- a/app/assets/stylesheets/application.scss +++ b/app/assets/stylesheets/application.scss @@ -93,3 +93,9 @@ nav.pagination .page a:hover, text-decoration: none; } + +/*Logout Icon*/ +i.logout_icon{ + position: relative; + top: 5px; +} \ No newline at end of file diff --git a/app/views/layouts/_header.html.erb b/app/views/layouts/_header.html.erb index 4ef34487..41fe9480 100755 --- a/app/views/layouts/_header.html.erb +++ b/app/views/layouts/_header.html.erb @@ -31,7 +31,7 @@
  • <%if current_login_employee.role !="waiter" %>

    - exit_to_app + exit_to_app Logout