create icons for plot types
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user