mirror of
https://github.com/yawaflua/LuckyDiamond.git
synced 2025-12-10 04:09:29 +02:00
added test template for profile and payments for profile page
This commit is contained in:
@@ -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 */
|
||||
Reference in New Issue
Block a user