This commit is contained in:
team 1
2026-05-06 18:25:56 +02:00
parent 8a2f4f3c67
commit 02fd087323
6 changed files with 122 additions and 290 deletions

View File

@@ -88,6 +88,7 @@ input, textarea, select {
background: #121a25;
border: 1px solid var(--border);
border-radius: 6px 6px 0 0;
box-shadow: 0px 0px 20px #ffffff33;
}
.message {
@@ -293,6 +294,7 @@ body {
.text-info {
--bs-text-opacity: 1;
color: #86b7fe !important;
font-size: .7rem;
}
.btn-outline-info {
@@ -545,6 +547,7 @@ body:not(.retriex-show-detail-cards) #chat .retriex-alert {
color: #f8f9fa;
font-weight: 700;
margin-bottom: 0.55rem;
font-size: .7rem;
}
.retriex-meta-card__body {
@@ -561,7 +564,7 @@ body:not(.retriex-show-detail-cards) #chat .retriex-alert {
padding: 0.18rem 0.55rem;
background: rgba(134, 183, 254, 0.14);
color: #cfe2ff;
font-size: 0.78rem;
font-size: 0.7rem;
font-weight: 600;
}
@@ -644,7 +647,7 @@ body:not(.retriex-show-detail-cards) #chat .retriex-alert {
.retriex-source-overview > span,
.retriex-product-results__summary {
color: rgba(248, 249, 250, 0.72);
font-size: 0.82rem;
font-size: 0.7rem;
font-weight: 600;
}
@@ -662,13 +665,13 @@ body:not(.retriex-show-detail-cards) #chat .retriex-alert {
padding: 0.16rem 0.55rem;
background: rgba(13, 202, 240, 0.14);
color: #b6effb;
font-size: 0.78rem;
font-size: 0.7rem;
font-weight: 700;
}
.retriex-source-overview__empty {
color: rgba(248, 249, 250, 0.58);
font-size: 0.86rem;
font-size: 0.7rem;
}
.retriex-product-results__summary {
@@ -723,13 +726,13 @@ body:not(.retriex-show-detail-cards) #chat .retriex-alert {
.retriex-product-card__facts dt {
color: rgba(248, 249, 250, 0.58);
font-size: 0.76rem;
font-size: 0.7rem;
font-weight: 700;
}
.retriex-product-card__facts dd {
color: rgba(248, 249, 250, 0.9);
font-size: 0.8rem;
font-size: 0.7rem;
margin: 0;
word-break: break-word;
}