fix(core): update

This commit is contained in:
2023-01-03 17:37:10 +01:00
parent 5f1b29f742
commit c4236d28c6
12 changed files with 156 additions and 208 deletions

View File

@@ -122,7 +122,7 @@ export class DeesInputFileupload extends DeesElement {
border-bottom: 1px dashed #444;
color: ${cssManager.bdTheme('#666', '#ccc')};
padding: 8px;
font-family: 'Roboto Mono';
font-family: 'Inter';
}
.uploadButton:hover .uploadCandidate {

View File

@@ -77,7 +77,7 @@ export class DeesInputText extends DeesElement {
transition: all 0.2s;
outline: none;
font-size: 16px;
font-family: "Roboto";
font-family: Inter;
color: ${this.goBright ? '#333' : '#ccc'};
}

View File

@@ -120,7 +120,7 @@ export class DeesMobilenavigation extends DeesElement {
text-align: left;
font-size: 24px;
padding: 8px 0px;
font-family: 'Roboto';
font-family: Inter;
font-weight: 300;
border-bottom: 1px dashed #444;
margin-top: 16px;

View File

@@ -32,7 +32,7 @@ export class DeesPdf extends DeesElement {
return html`
<style>
:host {
font-family: 'Roboto', sans-serif;
font-family: 'Inter', sans-serif;
display: block;
box-sizing: border-box;
max-width: 800px;

View File

@@ -153,7 +153,7 @@ export class DeesStepper extends DeesElement {
.step .title {
text-align: center;
padding-top: 50px;
font-family: Roboto;
font-family: Inter;
font-size: 25px;
font-weight: 300;
}

View File

@@ -136,7 +136,7 @@ export class DeesTable<T> extends DeesElement {
css`
.mainbox {
color: ${cssManager.bdTheme('#333', '#fff')};
font-family: Roboto Mono;
font-family: Inter;
font-size: 16px;
padding: 16px;
display: block;