mirror of
https://github.com/vercel/commerce.git
synced 2025-07-22 20:26:49 +00:00
UI Changes
This commit is contained in:
@@ -1,13 +1,32 @@
|
||||
.root {
|
||||
@apply h-12 w-12 bg-primary text-primary rounded-full mr-3 inline-flex
|
||||
items-center justify-center cursor-pointer transition duration-100 ease-in-out
|
||||
p-0 shadow-none border-gray-200 border box-border text-black;
|
||||
p-0 shadow-none border-gray-200 border box-border;
|
||||
|
||||
& > span {
|
||||
@apply absolute;
|
||||
}
|
||||
|
||||
&:hover {
|
||||
@apply transform scale-110 bg-hover;
|
||||
}
|
||||
}
|
||||
|
||||
.active.size {
|
||||
@apply border-accents-9 border-2;
|
||||
.color {
|
||||
@apply text-black transition duration-100 ease-in-out;
|
||||
|
||||
&:hover {
|
||||
@apply text-black;
|
||||
}
|
||||
|
||||
&.dark,
|
||||
&.dark:hover {
|
||||
color: white !important;
|
||||
}
|
||||
}
|
||||
|
||||
.root:hover {
|
||||
@apply transform scale-110 bg-hover;
|
||||
.active {
|
||||
&.size {
|
||||
@apply border-accents-9 border-2;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user