fix: reaction styles
This commit is contained in:
@ -220,14 +220,14 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.zap-pill {
|
.zap-pill {
|
||||||
display: flex;
|
border-radius: 100px;
|
||||||
align-items: center;
|
|
||||||
padding: 0 4px;
|
|
||||||
justify-content: center;
|
|
||||||
gap: 2px;
|
|
||||||
border-radius: 8px;
|
|
||||||
background: rgba(255, 255, 255, 0.10);
|
background: rgba(255, 255, 255, 0.10);
|
||||||
width: fit-content;
|
width: fit-content;
|
||||||
|
display: flex;
|
||||||
|
height: 24px;
|
||||||
|
padding: 0px 4px;
|
||||||
|
align-items: center;
|
||||||
|
gap: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.zap-pill-icon {
|
.zap-pill-icon {
|
||||||
@ -300,15 +300,18 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.message-reaction {
|
.message-reaction {
|
||||||
font-size: 16px;
|
font-size: 15px;
|
||||||
line-height: 18px;
|
font-style: normal;
|
||||||
|
font-weight: 400;
|
||||||
|
line-height: 22px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.zap-pill-amount {
|
.zap-pill-amount {
|
||||||
|
text-transform: lowercase;
|
||||||
color: #FFF;
|
color: #FFF;
|
||||||
font-size: 12px;
|
font-size: 15px;
|
||||||
|
font-family: Outfit;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
line-height: 18px;
|
line-height: 22px;
|
||||||
text-transform: lowercase;
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user