scss: apply account #profile bloc styles to profile-cell (#53332)

This commit is contained in:
Thomas Jund 2021-04-22 10:39:23 +02:00
parent 78147507ba
commit f71f76aed5
1 changed files with 4 additions and 0 deletions

View File

@ -803,3 +803,7 @@ div.gru-content div.cell div.cell-items-pagination {
margin-right: 0;
}
}
.profile-cell .profile {
@extend #profile;
}