
nuxtimg, categories composabled, tailwind config in js, remove comments, next question operation, media fit
12 lines
269 B
CSS
12 lines
269 B
CSS
.btn {
|
|
height: initial !important;
|
|
min-height: var(--size);
|
|
}
|
|
.set-translate {
|
|
@apply absolute top-[50%] left-[50%];
|
|
transform: translate(-50%, -50%);
|
|
}
|
|
|
|
.info-little-box {
|
|
@apply inline-block px-[15px] py-[8px] bg-blue-500 text-white font-bold rounded-md;
|
|
}
|