mirror of
https://github.com/vercel/commerce.git
synced 2025-08-01 14:31:22 +00:00
UI Tweaks
This commit is contained in:
@@ -9,3 +9,12 @@
|
||||
.link:focus {
|
||||
@apply outline-none text-accents-8;
|
||||
}
|
||||
|
||||
.logo {
|
||||
@apply cursor-pointer rounded-full border transform duration-100 ease-in-out;
|
||||
|
||||
&:hover {
|
||||
@apply shadow-md;
|
||||
transform: scale(1.05);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user