Files
Frontend-Internal-Developer…/frontend/src/app/components/prompts/styles.module.css
2026-02-27 13:48:05 +08:00

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;
}