Work on profile and login

This commit is contained in:
N-Pex 2021-01-21 16:31:37 +01:00
parent 2708e58161
commit 4dac049664
4 changed files with 114 additions and 25 deletions

View file

@ -528,10 +528,29 @@ $admin-fg: white;
border-radius: 20px;
}
.user-info {
display: flex;
flex-wrap: nowrap;
max-width: 40%;
}
.show-all {
color: black;
font-size: 14 * $chat-text-size;
font-weight: bold;
margin-left: 10px;
}
.action {
padding: 4px 20px;
&::after {
content: ' ';
display: block;
margin: 10px 0px;
bottom: 0px;
height: 1px;
background-color: #e1e1e1;
width: 100%;
}
}
}

View file

@ -6,9 +6,9 @@
top: 0px;
right: 0px;
bottom: 0px;
width: 100%;
width: 80%;
height: 100%;
padding: 0;
margin: 0;
margin: 10%;
background-color: $background;
}