added payments template and styles

This commit is contained in:
Kostya
2023-11-26 00:09:44 +03:00
parent 2d199a4730
commit f05e15dcb2
4 changed files with 105 additions and 1 deletions

View File

@@ -77,4 +77,83 @@
.withdraw {
padding: 9px 0 13px 13px;
}
.payments {
margin: 29px 0 0 -60px;
}
.types {
display: flex;
}
.types-margin h3 {
margin-right: 125px;
}
.types-text h3 {
color: #ABABB4;
font-weight: 600;
font-family: Montserrat;
font-size: 14px;
}
.types-line {
margin-top: 12px;
background: #38383E;
width: 86%;
height: 3px;
}
.payments__card {
margin-top: 29px;
display: flex;
align-items: start;
}
.user-info {
display: flex;
}
.user-name {
display: flex;
flex-direction: column;
margin-left: 10px;
}
.user-name__text h3 {
color: #FFF;
font-weight: 700;
font-family: Montserrat;
font-size: 20px;
}
.user-name__text p {
color: #A9A9A9;
font-weight: 400;
font-family: Montserrat;
font-size: 20px;
}
.data-info {
margin-left: 115px;
}
.data-info__text h3 {
color: #A9A9A9;
font-weight: 400;
font-family: Montserrat;
font-size: 17px;
}
.transaction-info {
margin-left: 90px;
}
.transaction-info__text h3 {
color: #EA3D38;
font-weight: 500;
font-family: Montserrat;
font-size: 22px;
}

View File

@@ -122,6 +122,7 @@ body, html {
/* Profile */
.profile {
display: flex;
grid-area: profile;
height: 95%;
border-radius: 50px;

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB