[auth] Added logout button

This commit is contained in:
Anna Bodnia
2016-02-24 18:42:28 +02:00
parent 6356878c3e
commit 1354edbe73
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 {