users page changes
This commit is contained in:
16
frontend/src/app/components/prompts/styles.module.css
Normal file
16
frontend/src/app/components/prompts/styles.module.css
Normal file
@@ -0,0 +1,16 @@
|
||||
.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;
|
||||
}
|
||||
Reference in New Issue
Block a user