fix(core): update
This commit is contained in:
@ -56,19 +56,7 @@ export class DeesStepper extends DeesElement {
|
||||
{
|
||||
title: 'Whats your mobile number?',
|
||||
content: html``,
|
||||
},
|
||||
{
|
||||
title: 'Whats the verification code?',
|
||||
content: html``,
|
||||
},
|
||||
{
|
||||
title: 'Whats your new password?',
|
||||
content: html``,
|
||||
},
|
||||
{
|
||||
title: 'Verification:',
|
||||
content: html``,
|
||||
},
|
||||
}
|
||||
] as IStep[]}
|
||||
></dees-stepper>
|
||||
`;
|
||||
@ -131,7 +119,7 @@ export class DeesStepper extends DeesElement {
|
||||
filter: opacity(0);
|
||||
}
|
||||
|
||||
.stp:last-child {
|
||||
.step:last-child {
|
||||
margin-bottom: 100vh;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user