This commit is contained in:
Jeremy Thomas
2024-04-29 13:16:06 +01:00
parent 6da946f083
commit 07b6f9e624
25 changed files with 393 additions and 73 deletions

View File

@@ -112,15 +112,3 @@ textarea.#{iv.$class-prefix}is-skeleton {
}
}
}
.#{iv.$class-prefix}skeleton {
background-image: linear-gradient(
0deg,
transparent 0%,
transparent 50%,
#f60 50%,
#f60 100%
);
background-position: top left;
background-size: 1.5em;
}