mirror of
https://github.com/vercel/commerce.git
synced 2025-07-22 20:26:49 +00:00
bigger clickable dots
This commit is contained in:
@@ -32,11 +32,39 @@
|
||||
}
|
||||
|
||||
.positionIndicator {
|
||||
@apply bg-hover-1 hover:bg-hover-2 transition-colors w-3 h-3 rounded-full mx-2 focus:outline-none;
|
||||
@apply rounded-full p-2;
|
||||
|
||||
/* :hover .dot {
|
||||
@apply bg-hover-2;
|
||||
}
|
||||
|
||||
:focus .dot {
|
||||
@apply outline-none;
|
||||
} */
|
||||
}
|
||||
|
||||
.positionIndicatorActive {
|
||||
@apply bg-white hover:bg-white;
|
||||
.dot {
|
||||
@apply bg-hover-1 transition w-3 h-3 rounded-full;
|
||||
}
|
||||
|
||||
.positionIndicator:hover .dot {
|
||||
@apply bg-hover-2;
|
||||
}
|
||||
|
||||
.positionIndicator:focus {
|
||||
@apply outline-none;
|
||||
}
|
||||
|
||||
.positionIndicator:focus .dot {
|
||||
@apply shadow-outline-blue;
|
||||
}
|
||||
|
||||
.positionIndicatorActive .dot {
|
||||
@apply bg-white;
|
||||
}
|
||||
|
||||
.positionIndicatorActive:hover .dot {
|
||||
@apply bg-white;
|
||||
}
|
||||
/* sx={{
|
||||
width: '10px',
|
||||
|
Reference in New Issue
Block a user