2024-05-13 12:46:42 -03:00
|
|
|
.ai-llms-list-editor {
|
|
|
|
&__header {
|
|
|
|
display: flex;
|
|
|
|
justify-content: space-between;
|
|
|
|
align-items: center;
|
|
|
|
margin: 0 0 1em 0;
|
2024-09-30 03:15:11 -04:00
|
|
|
}
|
2024-05-13 12:46:42 -03:00
|
|
|
|
2024-12-19 18:14:22 -05:00
|
|
|
&__configured,
|
|
|
|
&__templates {
|
|
|
|
margin-top: 2em;
|
2025-03-13 14:25:38 +01:00
|
|
|
|
|
|
|
h2 {
|
|
|
|
font-size: var(--font-up-1);
|
|
|
|
}
|
2024-05-13 12:46:42 -03:00
|
|
|
}
|
2024-05-16 14:28:57 -03:00
|
|
|
}
|
2024-05-13 12:46:42 -03:00
|
|
|
|
2024-05-16 14:28:57 -03:00
|
|
|
.ai-llm-editor {
|
|
|
|
padding-left: 0.5em;
|
2024-05-16 09:50:22 -03:00
|
|
|
|
2024-05-21 13:35:50 -03:00
|
|
|
.ai-llm-editor-tests {
|
|
|
|
&__failure {
|
|
|
|
color: var(--danger);
|
|
|
|
}
|
|
|
|
|
|
|
|
&__success {
|
|
|
|
color: var(--success);
|
|
|
|
}
|
|
|
|
}
|
2024-05-13 12:46:42 -03:00
|
|
|
}
|
2024-09-30 03:15:11 -04:00
|
|
|
|
|
|
|
[class*="ai-llms-list-editor"] {
|
|
|
|
h3 {
|
|
|
|
font-weight: normal;
|
|
|
|
margin: 0;
|
|
|
|
line-height: var(--line-height-medium);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.ai-llms-list-editor__configured {
|
|
|
|
.d-toggle-switch {
|
|
|
|
justify-content: center;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2024-12-19 18:14:22 -05:00
|
|
|
.ai-tool-list-editor__current,
|
|
|
|
.ai-persona-list-editor__current,
|
|
|
|
.ai-llms-list-editor__configured {
|
|
|
|
.d-admin-table {
|
|
|
|
tr:hover {
|
|
|
|
background: inherit;
|
|
|
|
}
|
2025-03-13 14:25:38 +01:00
|
|
|
|
2024-12-20 19:33:45 -05:00
|
|
|
@include breakpoint("tablet", min-width) {
|
|
|
|
th,
|
|
|
|
td {
|
|
|
|
&:first-child {
|
|
|
|
padding-left: 0;
|
|
|
|
}
|
2025-03-13 14:25:38 +01:00
|
|
|
|
2024-12-20 19:33:45 -05:00
|
|
|
&:last-child {
|
|
|
|
padding-right: 0;
|
|
|
|
}
|
2024-12-19 18:14:22 -05:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2024-09-30 03:15:11 -04:00
|
|
|
.ai-llms-list-editor__templates {
|
|
|
|
&-list {
|
|
|
|
display: grid;
|
|
|
|
grid-template-columns: repeat(auto-fill, minmax(16em, 1fr));
|
|
|
|
gap: 1em 2em;
|
|
|
|
margin-top: 1em;
|
|
|
|
padding-top: 1em;
|
2025-02-04 11:51:01 +01:00
|
|
|
border-top: 3px solid var(--primary-low);
|
2024-09-30 03:15:11 -04:00
|
|
|
}
|
2025-03-13 14:25:38 +01:00
|
|
|
|
2024-09-30 03:15:11 -04:00
|
|
|
&-list-item {
|
|
|
|
display: grid;
|
|
|
|
grid-template-rows: subgrid;
|
|
|
|
grid-row: span 4;
|
|
|
|
gap: 0;
|
|
|
|
margin-bottom: 2em;
|
2025-03-13 14:25:38 +01:00
|
|
|
|
2024-09-30 03:15:11 -04:00
|
|
|
@include breakpoint("mobile-extra-large", min-width) {
|
|
|
|
margin-bottom: 3em;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2024-11-27 13:34:56 +10:00
|
|
|
.admin-section-landing-item__description {
|
2024-09-30 03:15:11 -04:00
|
|
|
color: var(--primary-high);
|
|
|
|
margin: 0.25em 0 0.5em;
|
|
|
|
line-height: var(--line-height-large);
|
|
|
|
align-self: start;
|
2025-03-13 14:25:38 +01:00
|
|
|
|
2024-09-30 03:15:11 -04:00
|
|
|
@include breakpoint("mobile-extra-large", min-width) {
|
|
|
|
max-width: 17em;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
button {
|
|
|
|
justify-self: start;
|
|
|
|
}
|
|
|
|
|
|
|
|
h4 {
|
|
|
|
font-size: var(--font-down-1);
|
|
|
|
font-weight: normal;
|
|
|
|
color: var(--primary-high);
|
|
|
|
margin: 0;
|
|
|
|
letter-spacing: 0.1px;
|
|
|
|
}
|
|
|
|
}
|
2024-10-22 11:16:02 +11:00
|
|
|
|
|
|
|
.ai-llm-list-editor__usages {
|
|
|
|
list-style: none;
|
|
|
|
margin: 0.5em 0 0 0;
|
|
|
|
display: flex;
|
2025-03-13 14:25:38 +01:00
|
|
|
|
2024-10-22 11:16:02 +11:00
|
|
|
li {
|
|
|
|
font-size: var(--font-down-2);
|
|
|
|
border-radius: 0.25em;
|
|
|
|
background: var(--primary-very-low);
|
|
|
|
border: 1px solid var(--primary-low);
|
|
|
|
padding: 1px 3px;
|
|
|
|
margin-right: 0.5em;
|
|
|
|
}
|
|
|
|
}
|
2024-12-20 19:33:45 -05:00
|
|
|
|
|
|
|
.ai-llm-list__seeded-model {
|
|
|
|
color: var(--primary-high);
|
|
|
|
font-size: var(--font-down-1);
|
|
|
|
}
|
|
|
|
|
|
|
|
@include breakpoint("tablet") {
|
|
|
|
.ai-llm-list__description {
|
|
|
|
max-width: 80%;
|
|
|
|
}
|
|
|
|
}
|