Newer
Older

Дмитрий Малюгин
committed
.opacity-0 {
opacity: 0;
}
.outline-0 {
outline-width: 0px;
}

Дмитрий Малюгин
committed
.transition-all {
transition-property: all;
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
transition-duration: 150ms;
}
.hover\:cursor-pointer:hover {
cursor: pointer;
}
.hover\:text-gray-300:hover {
--tw-text-opacity: 1;
color: rgb(209 213 219 / var(--tw-text-opacity));
}