mirror of
https://github.com/vercel/commerce.git
synced 2025-08-01 14:31:22 +00:00
Stable refactor
This commit is contained in:
@@ -1,5 +1,11 @@
|
||||
.link {
|
||||
@apply group inline-flex items-center text-base leading-6 font-medium
|
||||
hover:text-accents-8 focus:outline-none focus:text-accents-8 transition
|
||||
ease-in-out duration-150 cursor-pointer;
|
||||
@apply inline-flex items-center text-primary leading-6 font-medium transition ease-in-out duration-150 cursor-pointer;
|
||||
}
|
||||
|
||||
.link:hover {
|
||||
@apply text-accents-8;
|
||||
}
|
||||
|
||||
.link:focus {
|
||||
@apply outline-none text-accents-8;
|
||||
}
|
||||
|
Reference in New Issue
Block a user