add a skeleton to the demo component
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user