Newer
Older
background-color: rgb(234 179 8 / var(--tw-bg-opacity));
}
.bg-opacity-70 {
--tw-bg-opacity: 0.7;
}
.bg-opacity-80 {
--tw-bg-opacity: 0.8;
}
.object-contain {
-o-object-fit: contain;
object-fit: contain;
}

Дмитрий Малюгин
committed
.p-2 {
padding: 0.5rem;
}
.p-4 {
padding: 1rem;
}

Дмитрий Малюгин
committed
}
.px-16 {
padding-left: 4rem;
padding-right: 4rem;

Дмитрий Малюгин
committed
}
.px-4 {
padding-left: 1rem;
padding-right: 1rem;
}

Дмитрий Малюгин
committed
.py-2 {
padding-top: 0.5rem;
padding-bottom: 0.5rem;
}
.py-4 {
padding-top: 1rem;
padding-bottom: 1rem;
}
.py-6 {
padding-top: 1.5rem;
padding-bottom: 1.5rem;
}
.px-2 {
padding-left: 0.5rem;
padding-right: 0.5rem;
}

Дмитрий Малюгин
committed
.pl-0 {
padding-left: 0px;
}
.pl-2 {
padding-left: 0.5rem;
}
.pr-2 {
padding-right: 0.5rem;
}

Дмитрий Малюгин
committed
.text-center {
text-align: center;
}
.text-end {
text-align: end;
}

Дмитрий Малюгин
committed
.indent-5 {
text-indent: 1.25rem;
}
.text-2xl {
font-size: 1.5rem;
line-height: 2rem;
}
.text-4xl {
font-size: 2.25rem;
line-height: 2.5rem;
}
.text-5xl {
font-size: 3rem;
line-height: 1;
}
.text-lg {
font-size: 1.125rem;
line-height: 1.75rem;
}

Дмитрий Малюгин
committed
.text-xl {
font-size: 1.25rem;
line-height: 1.75rem;
}
.font-bold {
font-weight: 700;
}
.font-medium {
font-weight: 500;
}
.font-semibold {
font-weight: 600;
}
.leading-none {
line-height: 1;
}
.leading-normal {
line-height: 1.5;
}

Дмитрий Малюгин
committed
.text-gray-400 {
--tw-text-opacity: 1;
color: rgb(156 163 175 / var(--tw-text-opacity));
}
.text-red-400 {
--tw-text-opacity: 1;
color: rgb(248 113 113 / var(--tw-text-opacity));
}

Дмитрий Малюгин
committed
.text-white {
--tw-text-opacity: 1;
color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-blue-500 {
--tw-text-opacity: 1;
color: rgb(59 130 246 / var(--tw-text-opacity));
}

Дмитрий Малюгин
committed
.opacity-0 {
opacity: 0;
}
.opacity-50 {
opacity: 0.5;
}
.outline-0 {
outline-width: 0px;
}
.filter {
filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

Дмитрий Малюгин
committed
.transition-all {
transition-property: all;
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
transition-duration: 150ms;
}
.duration-300 {
transition-duration: 300ms;
}

Дмитрий Малюгин
committed
.hover\:cursor-pointer:hover {
cursor: pointer;
}
.hover\:text-gray-300:hover {
--tw-text-opacity: 1;
color: rgb(209 213 219 / var(--tw-text-opacity));
}