Sindbad~EG File Manager
.stepper {
padding: 60px 0;
.stepper__container {
.subheading {
max-width: 820px;
}
.tab-content {
width: 100%;
flex: 1;
> .active {
display: flex;
}
@media only screen and (max-width: 600px) {
height: 300px;
}
.tab-pane {
width: 100%;
height: 550px;
justify-content: flex-end;
@media only screen and (max-width: 600px) {
height: 300px;
}
width: 100%;
iframe {
width: 100%;
max-width: 311px;
height: 550px;
border-radius: 8px;
@media only screen and (max-width: 600px) {
height: 300px;
margin: 0 auto;
}
}
}
}
.stepper-nav-container {
@media only screen and (max-width: 600px) {
flex-direction: column;
}
.nav {
width: 100%;
flex: 1.9;
@media only screen and (max-width: 600px) {
flex: 1;
}
.cta-button {
@media only screen and (max-width: 600px) {
margin-top: 12px;
margin-bottom: 24px;
}
}
// max-width: 600px;
.nav-link {
padding-top: 12px;
padding-bottom: 12px;
position: relative;
&::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 4px;
height: 100%;
background: #dddde0;
// transform-origin: top;
transition: transform 0.3s ease-in-out;
}
.stepper-title__container {
display: flex;
gap: 16px;
}
.stepper-number {
color: var(--neutre600);
font-weight: 700;
margin-top: 8px;
}
.stepper-title {
font-weight: 600;
color: var(--purple800);
margin-bottom: 18px;
}
.stepper-content {
color: var(--purple800);
max-height: 0px;
overflow: hidden;
}
&.active {
border-radius: 0;
background: none;
&::before {
background: var(--purple500);
}
.stepper-title {
color: var(--purple500);
}
.stepper-content {
max-height: 400px;
transition: max-height 0.3s ease-in-out;
}
.stepper-number {
color: var(--purple500);
}
}
}
}
}
}
}
Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists