.wrapper {
display: flex;
align-items: center;
gap: 30px;
font-size: 14px;
white-space: nowrap;
}
.change {
color: #ff0000;
&.increase {
color: var(--green-2);
&::before {
content: '+';
}
}
}
.wrapper {
display: flex;
align-items: center;
gap: 30px;
font-size: 14px;
white-space: nowrap;
}
.change {
color: #ff0000;
&.increase {
color: var(--green-2);
&::before {
content: '+';
}
}
}