39 lines
515 B
SCSS
39 lines
515 B
SCSS
.new-plan-page {
|
|
}
|
|
|
|
.nav-title {
|
|
font-size: 18px;
|
|
font-weight: 600;
|
|
color: #333;
|
|
}
|
|
|
|
.back-btn {
|
|
height: 32px;
|
|
width: 32px;
|
|
padding: 0;
|
|
border-radius: 50%;
|
|
}
|
|
|
|
.loading {
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
justify-content: center;
|
|
height: 60vh;
|
|
gap: 16px;
|
|
}
|
|
|
|
.loading-text {
|
|
color: #666;
|
|
font-size: 14px;
|
|
}
|
|
|
|
.steps-container {
|
|
background: #ffffff;
|
|
margin-bottom: 12px;
|
|
}
|
|
|
|
.step-content {
|
|
flex: 1;
|
|
padding: 0 16px;
|
|
} |