2025-11-30 18:10:54 +01:00
|
|
|
.addDeal {
|
|
|
|
|
.p-2 {
|
|
|
|
|
padding: calc(var(--spacing) * 2)!important;
|
|
|
|
|
}
|
|
|
|
|
.p-4 {
|
|
|
|
|
padding: calc(var(--spacing) * 4)!important;
|
|
|
|
|
}
|
|
|
|
|
.mb-3 {
|
|
|
|
|
margin-bottom: calc(var(--spacing) * 3)!important;
|
|
|
|
|
}
|
|
|
|
|
.ml-4 {
|
|
|
|
|
margin-left: calc(var(--spacing) * 4)!important;
|
|
|
|
|
}
|
|
|
|
|
.mr-4 {
|
|
|
|
|
margin-right: calc(var(--spacing) * 4)!important;
|
|
|
|
|
}
|
|
|
|
|
.p-4 {
|
|
|
|
|
padding: calc(var(--spacing) * 4)!important;
|
|
|
|
|
}
|
2026-05-29 16:53:57 +02:00
|
|
|
.mt-3 {
|
|
|
|
|
margin-top: calc(var(--spacing) * 3);
|
|
|
|
|
}
|
2025-11-30 18:10:54 +01:00
|
|
|
.mt-4 {
|
|
|
|
|
margin-top: calc(var(--spacing) * 4)!important;
|
|
|
|
|
}
|
|
|
|
|
.ml-auto {
|
|
|
|
|
margin-left: auto!important;
|
|
|
|
|
}
|
2026-05-29 16:53:57 +02:00
|
|
|
|
|
|
|
|
.space-x-4 {
|
|
|
|
|
:where(& > :not(:last-child)) {
|
|
|
|
|
--tw-space-x-reverse: 0;
|
|
|
|
|
margin-inline-start: calc(calc(var(--spacing) * 4) * var(--tw-space-x-reverse));
|
|
|
|
|
margin-inline-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-x-reverse)));
|
|
|
|
|
}
|
|
|
|
|
}
|
2026-06-04 07:41:08 +02:00
|
|
|
|
|
|
|
|
.text-gray-700 {
|
|
|
|
|
color: var(--color-gray-700);
|
|
|
|
|
}
|
|
|
|
|
.block {
|
|
|
|
|
display: block;
|
|
|
|
|
}
|
|
|
|
|
.font-medium {
|
|
|
|
|
--tw-font-weight: var(--font-weight-medium);
|
|
|
|
|
font-weight: var(--font-weight-medium);
|
|
|
|
|
}
|
|
|
|
|
.text-sm {
|
|
|
|
|
font-size: var(--text-sm);
|
|
|
|
|
}
|
2025-11-30 18:10:54 +01:00
|
|
|
}
|