diff options
| author | Georgios Andreadis <g.andreadis@student.tudelft.nl> | 2017-08-11 14:48:42 +0300 |
|---|---|---|
| committer | Georgios Andreadis <g.andreadis@student.tudelft.nl> | 2017-09-23 10:05:37 +0200 |
| commit | d7512ace72448242b392299cf459c9c72c8dbee5 (patch) | |
| tree | 37ce113d5d47440139bfe357e9ad547063cd44f7 /src/components/navigation/LogoutButton.sass | |
| parent | 737ce62470a13ae153788207719396e107252955 (diff) | |
Get Google authentication flow working
Diffstat (limited to 'src/components/navigation/LogoutButton.sass')
| -rw-r--r-- | src/components/navigation/LogoutButton.sass | 17 |
1 files changed, 17 insertions, 0 deletions
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 |
