Use icons from astro-icon
This commit is contained in:
@ -6,4 +6,12 @@
|
||||
.btn {
|
||||
@apply inline-flex items-center justify-center rounded border border-transparent font-medium text-center text-base leading-snug transition py-3 px-6 shadow-lg ease-in duration-200 focus:ring-blue-500 focus:ring-offset-blue-200 focus:ring-2 focus:ring-offset-2;
|
||||
}
|
||||
}
|
||||
|
||||
[astro-icon] > * {
|
||||
stroke-width: 1.5;
|
||||
}
|
||||
|
||||
[astro-icon].icon-bold > * {
|
||||
stroke-width: 2;
|
||||
}
|
Reference in New Issue
Block a user