mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-07 12:30:12 +02:00
add PillLink component
This commit is contained in:
@@ -41,3 +41,23 @@
|
||||
color: var(--theme-colors-foreground-muted);
|
||||
}
|
||||
}
|
||||
|
||||
.group.sm {
|
||||
--pg-gap: var(--theme-spacing-sm) !important;
|
||||
}
|
||||
|
||||
.group.md {
|
||||
--pg-gap: var(--theme-spacing-md) !important;
|
||||
}
|
||||
|
||||
.group.lg {
|
||||
--pg-gap: var(--theme-spacing-lg) !important;
|
||||
}
|
||||
|
||||
.group.xl {
|
||||
--pg-gap: var(--theme-spacing-xl) !important;
|
||||
}
|
||||
|
||||
.group.xs {
|
||||
--pg-gap: var(--theme-spacing-xs) !important;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user