mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-06-19 10:23:47 +08:00
Before <img width="657" height="1009" alt="image" src="https://github.com/user-attachments/assets/c58b8d48-d272-4ada-91a8-0d64f4995e05" /> After <img width="973" height="190" alt="image" src="https://github.com/user-attachments/assets/f4bf1da1-c7ef-47d7-b899-21a401ac3a56" /> --------- Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com> Co-authored-by: Keegan George <kgeorge13@gmail.com>
73 lines
1.1 KiB
SCSS
Vendored
73 lines
1.1 KiB
SCSS
Vendored
.ai-llm-quotas {
|
|
margin: 1em 0;
|
|
|
|
&__table {
|
|
border-collapse: collapse;
|
|
margin-bottom: 1em;
|
|
|
|
.form-kit__collection {
|
|
display: contents;
|
|
}
|
|
}
|
|
|
|
> .form-kit__container {
|
|
align-items: stretch;
|
|
}
|
|
|
|
.form-kit__container-content {
|
|
width: 100%;
|
|
}
|
|
|
|
&__table-head {
|
|
background-color: var(--primary-very-low);
|
|
}
|
|
|
|
&__header {
|
|
text-align: left;
|
|
padding: 0.5em;
|
|
font-weight: bold;
|
|
border-bottom: 2px solid var(--primary-low);
|
|
|
|
&--actions {
|
|
width: 50px;
|
|
}
|
|
}
|
|
|
|
&__row {
|
|
border-bottom: 1px solid var(--primary-low);
|
|
}
|
|
|
|
&__cell {
|
|
vertical-align: middle;
|
|
padding: var(--space-2);
|
|
white-space: nowrap;
|
|
width: 1%;
|
|
|
|
.form-kit__container {
|
|
align-items: stretch;
|
|
}
|
|
|
|
&--actions {
|
|
text-align: center;
|
|
}
|
|
}
|
|
|
|
&__input[type="number"] {
|
|
padding: 0.5em;
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
&__delete-btn {
|
|
padding: 0.3em 0.5em;
|
|
}
|
|
|
|
&__add-btn {
|
|
padding: 0.3em 0.5em;
|
|
}
|
|
}
|
|
|
|
.ai-llm-quota-modal {
|
|
.fk-d-tooltip__icon {
|
|
color: var(--primary-medium);
|
|
}
|
|
}
|