Initial commit: Tapalka monorepo (bot, front, strapi)
This commit is contained in:
34
CMyTapper/robucks-front/components/friends/Friend.module.css
Normal file
34
CMyTapper/robucks-front/components/friends/Friend.module.css
Normal file
@@ -0,0 +1,34 @@
|
||||
.friend {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
background: #FFFFFF0D;
|
||||
border-radius: 1rem;
|
||||
padding: 1rem;
|
||||
height: 74px;
|
||||
}
|
||||
|
||||
.friendContent {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 12px;
|
||||
}
|
||||
|
||||
.friendData {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.friendReferrals {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 3px;
|
||||
}
|
||||
|
||||
.friendBalance span {
|
||||
font-family: var(--font-manrope);
|
||||
font-weight: 600;
|
||||
font-size: 18px;
|
||||
line-height: 24px;
|
||||
color: white;
|
||||
}
|
||||
Reference in New Issue
Block a user