From d7512ace72448242b392299cf459c9c72c8dbee5 Mon Sep 17 00:00:00 2001 From: Georgios Andreadis Date: Fri, 11 Aug 2017 14:48:42 +0300 Subject: Get Google authentication flow working --- src/components/navigation/LogoutButton.sass | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 src/components/navigation/LogoutButton.sass (limited to 'src/components/navigation/LogoutButton.sass') diff --git a/src/components/navigation/LogoutButton.sass b/src/components/navigation/LogoutButton.sass new file mode 100644 index 00000000..b63494ab --- /dev/null +++ b/src/components/navigation/LogoutButton.sass @@ -0,0 +1,17 @@ +@import ../../style-globals/_mixins.sass +@import ../../style-globals/_variables.sass + +.logout + float: right + margin-top: -1px + width: $navbar-height + + font-size: 14pt + + +clickable + + &:hover + background: #e3474d + + &:active + background: #a73438 -- cgit v1.2.3