17 lines
305 B
CSS
17 lines
305 B
CSS
.prompts {
|
|
display: flex;
|
|
align-items: center;
|
|
gap: 8px;
|
|
align-self: stretch;
|
|
}
|
|
.prompts > p {
|
|
color: #d49e3d;
|
|
color: color(display-p3 0.7988 0.6279 0.3103);
|
|
font-family: Inter;
|
|
font-size: 14px;
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
line-height: normal;
|
|
letter-spacing: -0.07px;
|
|
}
|