missing avatar styling

This commit is contained in:
Denis Duliçi
2020-06-04 19:57:15 +03:00
parent 54411ad3c9
commit 11b8929b8b
3 changed files with 16 additions and 5 deletions

View File

@ -275,6 +275,13 @@ tbody .row {
}
/*--------Item Column Image Finish--------*/
/*--------User Column Image--------*/
.user-img {
width: 36px;
height: 36px;
}
/*--------User Column Image Finish--------*/
/*--------Border--------*/
.border-1 {
border: 1px solid #e5e5e5 !important;