refactor: patches to fix data, profile dashboard, lms mentor mapping page fixes

This commit is contained in:
pateljannat
2021-05-21 21:40:31 +05:30
parent 637c795321
commit 713dcf178a
23 changed files with 314 additions and 386 deletions

View File

@@ -163,7 +163,7 @@ img.profile-photo {
}
.msger-inputarea {
position: absolute;
position: fixed;
bottom: 0;
width: 100%;
display: flex;
@@ -225,3 +225,8 @@ img.profile-photo {
font-weight: 600;
line-height: 51px;
}
.anchor_style {
text-decoration: none;
color: inherit;
}