fix(core): update

This commit is contained in:
2021-09-15 00:45:14 +02:00
parent c450fb32ea
commit 7a13fdcd95
3 changed files with 84 additions and 96 deletions

View File

@ -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;
}