show plotted images

This commit is contained in:
2019-10-27 07:53:23 +01:00
parent 3190074ce3
commit 5a7cde7815
19 changed files with 117 additions and 35 deletions

View File

@@ -21,12 +21,14 @@ $background-color: #CBD7F4;
@import '~@angular/material/prebuilt-themes/deeppurple-amber.css';
//@import '~@angular/material/prebuilt-themes/deeppurple-amber.css';
@import 'custom-theme.scss';
*, body {
font-family: Arial, sans-serif;
font-size: 14px;
margin: 0;
box-sizing: border-box;
}
.icon-inline {
@@ -73,9 +75,8 @@ a.external-link:after {
display: inline-block;
}
body .mat-select-panel {
max-height: 500px;
body .mat-select-panel, body .mat-autocomplete-panel {
max-height: 512px;
}
mat-form-field {
@@ -93,3 +94,8 @@ mat-form-field.pdb-form-mid {
}
.errorPanel {
padding: 1ex;
background-color: map-get($mat-red, 100);
}