12 lines
162 B
SCSS
12 lines
162 B
SCSS
.stepper-wrapper {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.stepper-text {
|
|
width: 40px;
|
|
font-size: 16px;
|
|
color: #333;
|
|
text-align: center;
|
|
}
|