added test template for profile and payments for profile page

This commit is contained in:
Kostya
2023-11-25 22:45:57 +03:00
parent a3156fc16e
commit 71b74eb757

View File

@@ -123,6 +123,8 @@ body, html {
.profile {
grid-area: profile;
height: 100%;
background: #fff;
}
/* /Profile */
@@ -131,6 +133,8 @@ body, html {
.payments {
grid-area: payments;
background: #d5d5d5;
height: 100%;
}
/* /Payments */