published shows are readonly

This commit is contained in:
2020-04-17 15:25:58 +02:00
committed by smuddy
parent c5748d5e34
commit 617a87c29c
4 changed files with 16 additions and 5 deletions

View File

@@ -30,6 +30,11 @@ mat-form-field {
.title {
grid-area: title;
&.published {
margin: 10px 0;
font-weight: bold;
}
}
.keys {