logout button and user in navbar
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user