10 lines
168 B
SCSS
10 lines
168 B
SCSS
|
|
.conversation-detail-wrap {
|
||
|
|
.cts {
|
||
|
|
color: var(--Text-1, #737478);
|
||
|
|
font-size: 14px;
|
||
|
|
font-style: normal;
|
||
|
|
font-weight: 400;
|
||
|
|
line-height: 22px;
|
||
|
|
}
|
||
|
|
}
|