logout button and user in navbar

This commit is contained in:
Alicja Cięciwa
2020-11-14 17:40:14 +01:00
parent 68337fcf66
commit 5ef5ba52f4
7 changed files with 73 additions and 51 deletions

View File

@@ -73,12 +73,6 @@ a:active {
align-content: center;
overflow: scroll;
}
/*
@media (max-width: 979px) {
.container {
padding-top: 0px;
}
}*/
/* Hide scrollbar for Chrome, Safari and Opera */
.container::-webkit-scrollbar {
@@ -122,3 +116,21 @@ a:active {
padding: 10px;
font-size: 16px;
}
.nav-logout{
opacity: 0.7;
justify-content: flex-end;
}
.btn-logout{
margin-left: 10px;
}
a.btn-logout {
-webkit-appearance: button;
-moz-appearance: button;
appearance: button;
text-decoration: none;
color: #EDEDED;
}

BIN
static/img/usericon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB