Implement logout

This commit is contained in:
Willem Dantuma
2020-06-24 13:08:13 +02:00
parent 6f52302875
commit 1187ee9fd6
4 changed files with 56 additions and 5 deletions

View File

@@ -1,10 +1,34 @@
.menu-button {
background-color: purple;
color:white;
background-color: purple;
display: inline-block;
width: 2.5em;
height: 2.5em;
line-height: 2.5em;
text-align: center;
font-size: 1rem;
position: relative;
display: inline-block;
}
div.menu-button > span {
color:white;
}
.card {
position: absolute;
top: 3rem;
right:0;
padding:0.5rem;
min-width: 10rem;
}
.username {
white-space: nowrap;
font-weight: 500;
font-size: 1.2rem;
line-height: 1.2rem;
}
.card-body {
text-align: left;
}