Files
cidwa-components/src/styles/sass/_tabs.scss
T
jalvarado 3e64837dd3 feat: Add ProgressBar component with skeleton status and documentation
- Implemented ProgressBar component to display progress based on states.
- Added EstatusEskeleton for loading state indication.
- Created documentation page for ProgressBar with examples and props table.
- Developed reusable CodeBlock and VistaComponente components for code display.
- Introduced IndiceContenido for navigation within documentation.
- Styled ProgressBar and related components with SCSS.
2025-05-29 10:37:10 -06:00

17 lines
260 B
SCSS

.tab-pane.fade {
transition: opacity 0.4s linear !important;
}
.nav-tabs.style-box {
border-bottom: 0cap;
gap: 0.8rem;
.nav-item .nav-link {
@extend .box;
@extend .py-2;
@extend .text-black;
margin: 0 !important;
border: 0;
}
}