mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
25 lines
327 B
SCSS
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;
|
|
}
|