show plotted images
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user