[auth] Added logout button

This commit is contained in:
Anna Bodnia
2016-02-24 18:42:28 +02:00
parent 85df0f78bc
commit 8280cc6b34
10 changed files with 122 additions and 34 deletions

View File

@@ -30,6 +30,14 @@
}
}
.logout__btn {
padding-left: 15px;
&:hover {
text-decoration: underline;
cursor: pointer;
}
}
.auth_container {
.basic_auth__title {