show error message when demo is missing

This commit is contained in:
Hans Pagel
2020-08-20 17:38:47 +02:00
parent 4e2cfd1f49
commit 16da584ebd
2 changed files with 31 additions and 20 deletions

View File

@@ -52,4 +52,10 @@
&__link {
padding: 1rem 1.5rem;
}
&__error {
padding: 1rem 1.5rem;
color: $colorRed;
background-color: rgba($colorRed, 0.1);
}
}