add a skeleton to the demo component

This commit is contained in:
Hans Pagel
2021-01-20 23:00:26 +01:00
parent 578a8365c3
commit 9f2b09dd70
2 changed files with 16 additions and 4 deletions

View File

@@ -90,4 +90,12 @@
color: $colorRed;
background-color: rgba($colorRed, 0.1);
}
&__skeleton {
border-top-left-radius: inherit;
border-top-right-radius: inherit;
background-color: $colorWhite;
min-height: 20rem;
opacity: 0.1;
}
}