Work on profile and login
This commit is contained in:
parent
2708e58161
commit
4dac049664
4 changed files with 114 additions and 25 deletions
|
|
@ -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%;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -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;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue