add limit by

This commit is contained in:
2019-10-19 08:48:21 +02:00
parent a3099d4981
commit 24bf7c98e3
15 changed files with 286 additions and 110 deletions

View File

@@ -35,6 +35,10 @@ body {
vertical-align: text-bottom;
}
button[disabled] .icon-inline {
opacity: 0.5;
}
.icon-small {
width: 1.5em;
height: 1.5em;
@@ -65,6 +69,9 @@ a.external-link:after {
content: "";
}
.inline {
display: inline-block;
}
body .mat-select-panel {
@@ -78,3 +85,5 @@ body .mat-select-panel {
mat-form-field {
width: 100%;
}