Replaced most ai assets with heroicons (https://heroicons.com/))
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user