2021-12-30 16:05:05 +08:00
|
|
|
.container {
|
2021-12-30 22:46:15 +08:00
|
|
|
@apply w-full max-w-full inline-flex justify-center items-center m-0 pl-0 list-none select-none;
|
2021-12-30 16:05:05 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.li {
|
|
|
|
@apply flex items-center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.a {
|
|
|
|
height: 34px;
|
|
|
|
width: auto;
|
|
|
|
min-width: 34px;
|
|
|
|
@apply m-1 px-1 border-2 rounded shadow-lg text-center;
|
2021-12-30 22:46:15 +08:00
|
|
|
@apply border-light-nonepress-200 shadow-light-nonepress-300;
|
|
|
|
@apply text-black bg-light-nonepress-100;
|
2021-12-30 16:05:05 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
:global(.dark) .a {
|
2021-12-30 22:46:15 +08:00
|
|
|
@apply border-dark-nonepress-200 shadow-dark-nonepress-300;
|
2021-12-30 16:05:05 +08:00
|
|
|
@apply text-white bg-dark-nonepress-100;
|
|
|
|
}
|
|
|
|
|
2021-12-30 22:46:15 +08:00
|
|
|
.a.active {
|
2021-12-30 16:05:05 +08:00
|
|
|
@apply bg-hero text-white border-hero;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.disabled {
|
|
|
|
@apply opacity-60 pointer-events-none;
|
|
|
|
}
|