diff options
author | crupest <crupest@outlook.com> | 2021-07-01 17:54:04 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2021-07-01 17:54:04 +0800 |
commit | 88851e84f070207581f5dfa78a94e52194a2281b (patch) | |
tree | f9a0c2be1df48d7be842a8db66fb44b24d570bd7 /FrontEnd/src/views/common/Skeleton.css | |
parent | 672778ca5d9de5513c86d70394b2dd048639cdea (diff) | |
download | timeline-88851e84f070207581f5dfa78a94e52194a2281b.tar.gz timeline-88851e84f070207581f5dfa78a94e52194a2281b.tar.bz2 timeline-88851e84f070207581f5dfa78a94e52194a2281b.zip |
...
Diffstat (limited to 'FrontEnd/src/views/common/Skeleton.css')
-rw-r--r-- | FrontEnd/src/views/common/Skeleton.css | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/FrontEnd/src/views/common/Skeleton.css b/FrontEnd/src/views/common/Skeleton.css new file mode 100644 index 00000000..db1a1c34 --- /dev/null +++ b/FrontEnd/src/views/common/Skeleton.css @@ -0,0 +1,14 @@ +.cru-skeleton {
+ padding: 0 1em;
+}
+
+.cru-skeleton-line {
+ height: 1em;
+ background-color: #e6e6e6;
+ margin: 0.7em 0;
+ border-radius: 0.2em;
+}
+
+.cru-skeleton-line.last {
+ width: 50%;
+}
|