Tabs Con pestañas cerrables

This commit is contained in:
2026-04-13 16:21:42 +02:00
parent 0697b4b4b7
commit 3c3938b354
12 changed files with 362 additions and 140 deletions

View File

@@ -4544,6 +4544,9 @@
width: calc(var(--spacing) * 6);
height: calc(var(--spacing) * 6);
}
.h-3\.5 {
height: calc(var(--spacing) * 3.5);
}
.h-8 {
height: calc(var(--spacing) * 8);
}
@@ -4618,6 +4621,9 @@
width: 100%;
}
}
.w-3\.5 {
width: calc(var(--spacing) * 3.5);
}
.w-8 {
width: calc(var(--spacing) * 8);
}
@@ -6769,6 +6775,13 @@
}
}
}
.hover\:opacity-70 {
&:hover {
@media (hover: hover) {
opacity: 70%;
}
}
}
.hover\:opacity-100 {
&:hover {
@media (hover: hover) {
@@ -6857,6 +6870,9 @@
}
}
}
:root {
font-size: 14px;
}
.input, .select, .textarea {
transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
&:focus, &:focus-within {

2
css/sigpro.min.css vendored

File diff suppressed because one or more lines are too long