removed fonts

main
Said Gedik 2024-08-07 18:17:17 +02:00
parent 4b2c1e6bbc
commit 0adfa94f7b
9 changed files with 26 additions and 22 deletions

View File

@ -1,4 +1,4 @@
<h2 style="font-family: Roboto;">Möchten Sie das Preset {{preset.name}} wirklich löschen?</h2> <h2>Möchten Sie das Preset {{preset.name}} wirklich löschen?</h2>
<mat-dialog-actions align="end"> <mat-dialog-actions align="end">
<button mat-raised-button style="margin-right: 3px;" matDialogClose>Abbrechen</button> <button mat-raised-button style="margin-right: 3px;" matDialogClose>Abbrechen</button>
<button mat-raised-button color = "primary" style="margin-left: 3px;" (click)="deletePreset()" matDialogClose>Löschen</button> <button mat-raised-button color = "primary" style="margin-left: 3px;" (click)="deletePreset()" matDialogClose>Löschen</button>

View File

@ -5,7 +5,6 @@
} }
.filterHeading { .filterHeading {
font-family: Roboto;
} }
.filterBox { .filterBox {

View File

@ -1,4 +1,4 @@
<p style="font-family:arial; margin-top: -3%;">{{this.languageService.lMap.get('implementerDialogHeading')}}</p> <p style="margin-top: -3%;">{{this.languageService.lMap.get('implementerDialogHeading')}}</p>
<mat-form-field appearance="fill" > <mat-form-field appearance="fill" >
<mat-label>{{this.languageService.lMap.get('implementerDialogLabel')}}</mat-label> <mat-label>{{this.languageService.lMap.get('implementerDialogLabel')}}</mat-label>
<mat-select [disabled]="diasbled" (selectionChange)="enableButton()" [(ngModel)]="selectedValue" name="state"> <mat-select [disabled]="diasbled" (selectionChange)="enableButton()" [(ngModel)]="selectedValue" name="state">

View File

@ -15,7 +15,6 @@
color: rgba(41, 46, 50, 0.8); color: rgba(41, 46, 50, 0.8);
padding-left: 10px; padding-left: 10px;
padding-right: 10px; padding-right: 10px;
font-family: Arial, Helvetica, sans-serif;
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
align-items: center; align-items: center;
@ -199,8 +198,6 @@
justify-content: center; justify-content: center;
height: 70%; height: 70%;
font-weight: 500; font-weight: 500;
font-size: 13px;
font-family: Arial, Helvetica, sans-serif;
gap: 8px; gap: 8px;
user-select: none; user-select: none;
padding-left: 10px; padding-left: 10px;
@ -456,8 +453,6 @@
.legend { .legend {
width: 100%; width: 100%;
font-family: Arial, sans-serif;
font-size: 13px;
gap: 4px; gap: 4px;
background-color: rgb(210, 217, 224); background-color: rgb(210, 217, 224);
padding: 10px; padding: 10px;

View File

@ -3,7 +3,7 @@
<h2 style="padding: 0; margin: 0;">W&I Kalender</h2> <h2 style="padding: 0; margin: 0;">W&I Kalender</h2>
<div class="splitter"></div> <div class="splitter"></div>
<!-- Preset Picker --> <!-- Preset Picker -->
<div appearance="fill" style="width: 200px; padding-left: 15px; padding-top: 3px; font-size: 14px;"> <div appearance="fill" style="width: 200px; padding-left: 15px; padding-top: 7px;">
<mat-select [(value)]="selectedPreset" (selectionChange)="selectPreset($event)"> <mat-select [(value)]="selectedPreset" (selectionChange)="selectPreset($event)">
<mat-optgroup *ngFor="let group of presetGroups" [label]="group.name" [disabled]="group.disabled"> <mat-optgroup *ngFor="let group of presetGroups" [label]="group.name" [disabled]="group.disabled">
<mat-option *ngFor="let preset of group.presets" [value]="preset"> <mat-option *ngFor="let preset of group.presets" [value]="preset">
@ -107,7 +107,7 @@
<div class="right"> <div class="right">
<!-- Scale Picker --> <!-- Scale Picker -->
<mat-button-toggle-group color="primary" style="height: 70%; font-size: 13px; border-radius: 8px;" (change)="changeScalar()" <mat-button-toggle-group color="primary" style="height: 70%; border-radius: 8px;" (change)="changeScalar()"
name="fontStyle" aria-label="Font Style" [(ngModel)]="selectedScalar"> name="fontStyle" aria-label="Font Style" [(ngModel)]="selectedScalar">
<mat-button-toggle style="display: flex; align-items: center;" value="bold" *ngFor="let scalar of scalars" <mat-button-toggle style="display: flex; align-items: center;" value="bold" *ngFor="let scalar of scalars"
[value]="scalar"> [value]="scalar">
@ -117,8 +117,8 @@
<!-- Date Range Picker --> <!-- Date Range Picker -->
<div class="dateRangePicker" <div class="dateRangePicker"
style="display: flex; height: 100%; align-items: center; font-size: 13px; color: rgba(0, 0, 0, 0.734);"> style="display: flex; height: 100%; align-items: center; color: rgba(0, 0, 0, 0.734);">
<div style="height: 70%; display: flex; align-items: center; width: 170px; font-family: Arial, sans-serif; border: solid 1px rgba(0, 0, 0, 0.124); <div style="height: 70%; display: flex; align-items: center; width: 170px; border: solid 1px rgba(0, 0, 0, 0.124);
background-color: white; padding-left: 10px; border-radius: 8px 0px 0px 8px;"> background-color: white; padding-left: 10px; border-radius: 8px 0px 0px 8px;">
<!-- <mat-label>{{languageService.lMap.get('dateRangeLabel')}}</mat-label> --> <!-- <mat-label>{{languageService.lMap.get('dateRangeLabel')}}</mat-label> -->
<mat-date-range-input [formGroup]="range" [rangePicker]="picker"> <mat-date-range-input [formGroup]="range" [rangePicker]="picker">

View File

@ -1,4 +1,4 @@
<h2 style="font-family: Roboto;">Preset {{preset.name}} umbenennen?</h2> <h2>Preset {{preset.name}} umbenennen?</h2>
<mat-form-field class="example-full-width"> <mat-form-field class="example-full-width">
<mat-label>Preset Name</mat-label> <mat-label>Preset Name</mat-label>
<input matInput [(ngModel)]="newName"> <input matInput [(ngModel)]="newName">

View File

@ -1,4 +1,4 @@
<h2 style="font-family: Roboto;">Als neues Preset speichern?</h2> <h2>Als neues Preset speichern?</h2>
<mat-form-field class="example-full-width"> <mat-form-field class="example-full-width">
<mat-label>Preset Name</mat-label> <mat-label>Preset Name</mat-label>
<input matInput [(ngModel)]="newName"> <input matInput [(ngModel)]="newName">

View File

@ -1,4 +1,4 @@
<p style="font-family:arial; margin-top: -3%;">{{this.languageService.lMap.get('stateDialogStateTransition')}} ({{data.changes.length}} {{data.changes.length > 1 ? 'Pakete' : 'Paket'}})</p> <p style="margin-top: -3%;">{{this.languageService.lMap.get('stateDialogStateTransition')}} ({{data.changes.length}} {{data.changes.length > 1 ? 'Pakete' : 'Paket'}})</p>
<mat-form-field appearance="fill" > <mat-form-field appearance="fill" >
<mat-label>{{this.languageService.lMap.get('stateDialogSelectState')}}</mat-label> <mat-label>{{this.languageService.lMap.get('stateDialogSelectState')}}</mat-label>
<mat-select [disabled]="diasbled" (selectionChange)="enableButton()" [(ngModel)]="selectedValue" name="state"> <mat-select [disabled]="diasbled" (selectionChange)="enableButton()" [(ngModel)]="selectedValue" name="state">

View File

@ -16,27 +16,37 @@
@import "~@angular/material/prebuilt-themes/indigo-pink.css"; @import "~@angular/material/prebuilt-themes/indigo-pink.css";
.green-snackbar { .green-snackbar {
background: green!important; background: green !important;
color: white; color: white;
} }
.green-snackbar button { .green-snackbar button {
background-color: green!important; background-color: green !important;
color: white; color: white;
border: none; border: none;
} }
.red-snackbar { .red-snackbar {
background: #F44336!important; background: #F44336 !important;
color: white!important; color: white !important;
} }
.red-snackbar button { .red-snackbar button {
background-color: #F44336; background-color: #F44336;
color: white !important; color: white !important;
border: none; border: none;
} }
html, body { html,
body {
/* overflow: hidden !important; */ /* overflow: hidden !important; */
} }
html, body { height: 100%; } html,
body { margin: 0; font-family: Roboto, "Helvetica Neue", sans-serif; } body {
height: 100%;
}
body {
margin: 0;
}