create icons for plot types

This commit is contained in:
2019-10-10 12:00:41 +02:00
parent 69968b7682
commit 7ca7b80255
16 changed files with 1713 additions and 17 deletions

View File

@@ -44,6 +44,12 @@ body {
margin: 1em;
}
.icon-select {
width: 1.5em;
height: 1.5em;
vertical-align: text-bottom;
}
a.external-link:after {
background: transparent url('/assets/img/external-link.svg') no-repeat center bottom;
background-size: 0.8em;
@@ -52,3 +58,9 @@ a.external-link:after {
height: 1em;
content: "";
}
body .mat-select-panel {
max-height: 500px;
}