mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-05-28 09:18:55 +08:00
27 lines
489 B
SCSS
Vendored
27 lines
489 B
SCSS
Vendored
.chat-modal-thread-settings {
|
|
.thread-title-length {
|
|
color: var(--primary-medium);
|
|
margin-bottom: 1rem;
|
|
text-align: right;
|
|
}
|
|
|
|
.discourse-ai-cta {
|
|
padding: 1rem 1.25rem;
|
|
border-radius: 0.25rem;
|
|
background-color: var(--primary-very-low);
|
|
border: 1px solid var(--content-border-color);
|
|
margin-top: 5rem;
|
|
|
|
p {
|
|
margin: 0;
|
|
}
|
|
|
|
&__title {
|
|
font-weight: bold;
|
|
}
|
|
|
|
&__description {
|
|
font-size: var(--font-down-1);
|
|
}
|
|
}
|
|
}
|