make clear dashboards are still in beta

This commit is contained in:
2023-03-05 17:28:32 +01:00
parent 10c982c8bc
commit 332611accb
3 changed files with 12 additions and 6 deletions

View File

@@ -141,7 +141,6 @@ mat-option.mat-option.mat-active {
background-color: #ccc;
}
a ,a:visited {
color: blue;
text-decoration: none;
@@ -199,12 +198,16 @@ mat-form-field.pdb-form-wide {
width: 10em;
}
.errorPanel {
padding: 1ex;
background-color: map-get(mat.$red-palette, 100);
border-radius: 5px;
}
.super-badge {
position: absolute;
font-size: 0.8em;
color: #0051c2;
top: 0.2em;
line-height: 1em;
}