Replaced most ai assets with heroicons (https://heroicons.com/))

This commit is contained in:
CodingPhoenixx
2026-02-16 17:16:50 +01:00
parent 61004ca3f2
commit 5204771e96
7 changed files with 115 additions and 199 deletions
+14 -1
View File
@@ -32,17 +32,30 @@ export class UiBadge extends LitElement {
flex-shrink: 0;
}
.icon ::slotted(svg) {
.icon ::slotted(*) {
display: inline-flex;
width: 0.85rem;
height: 0.85rem;
}
.icon ::slotted(svg),
.icon ::slotted(* > svg) {
width: 0.85rem;
height: 0.85rem;
}
.label {
display: inline-flex;
align-items: center;
padding-top: 0.05em;
}
.badge.white {
color: #ffffff;
background: color-mix(in srgb, #ffffff 10%, transparent);
border-color: color-mix(in srgb, #ffffff 25%, transparent);
}
.badge.accent {
color: var(--color-accent);
background: color-mix(in srgb, var(--color-accent) 10%, transparent);