3e64837dd3
- 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.
17 lines
260 B
SCSS
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;
|
|
}
|
|
}
|