finished conversion to tailwind

This commit is contained in:
badblocks 2025-03-11 23:45:27 -07:00
parent 6e2843c60e
commit d62956d465
50 changed files with 2490 additions and 1273 deletions

View file

@ -106,33 +106,4 @@ button.select2-selection__choice__remove {
width: 1px; /* The thickness of the separator */
background-color: var(--bs-gray-300); /* Color for the separator */
z-index: 1;
}
/* Modified slider wrapper to allow space for left/right shadows */
.tab-slider-wrapper {
overflow: hidden;
/* increase the total width to include extra shadow space */
width: calc(100% + 40px);
/* negative margins pull the container outward */
margin: 0 -20px;
/* add horizontal padding to preserve layout inside */
padding: 0 20px;
}
/* Grid-based slider for tab content */
.tab-content {
display: grid;
grid-auto-flow: column;
grid-auto-columns: 100%;
gap: 80px; /* Add gap between columns */
transition: transform 0.5s ease;
position: relative;
will-change: transform; /* Optional: Helps with smoother animations */
}
.tab-pane {
width: 100%;
display: block !important;
position: relative;
opacity: 1;
}