added styles for profile-user info in profile page

This commit is contained in:
Kostya
2023-11-25 23:44:03 +03:00
parent 814be2e8fb
commit ca303e8637
7 changed files with 107 additions and 15 deletions

View File

@@ -123,19 +123,11 @@ body, html {
.profile {
grid-area: profile;
height: 100%;
width: 100%;
background: #fff;
height: 95%;
border-radius: 50px;
background: #17181C;
box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25);
margin: 10px 39px 18px 13px;
}
/* /Profile */
/* Payments */
.payments {
grid-area: payments;
background: #d5d5d5;
height: 100%;
}
/* /Payments */