Files
ionic-framework/core/src/components/skeleton-text/skeleton-text.scss
2018-08-24 10:21:48 -05:00

25 lines
327 B
SCSS

@import "../../themes/ionic.globals";
// Skeleton Text
// --------------------------------------------------
:host {
/**
* --background: Background of the skeleton text
*/
display: inline-block;
width: 100%;
pointer-events: none;
user-select: none;
}
span {
display: inline-block;
font-size: 8px;
}