fix(core): update

This commit is contained in:
2023-08-07 19:13:29 +02:00
parent 4ee8512ee4
commit 107800a057
32 changed files with 1262 additions and 692 deletions

View File

@ -7,9 +7,9 @@ import {
cssManager,
property,
TemplateResult,
} from '@designestate/dees-element';
} from '@design.estate/dees-element';
import * as domtools from '@designestate/dees-domtools';
import * as domtools from '@design.estate/dees-domtools';
export interface IStep {
title: string;
@ -153,7 +153,7 @@ export class DeesStepper extends DeesElement {
.step .title {
text-align: center;
padding-top: 50px;
font-family: Inter;
font-family: 'Mona Sans', 'Inter', sans-serif;
font-size: 25px;
font-weight: 300;
}