aboutsummaryrefslogtreecommitdiff
path: root/FrontEnd/src/app/views/common/common.sass
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2021-02-14 17:14:52 +0800
committercrupest <crupest@outlook.com>2021-02-14 17:14:52 +0800
commit8ba5bfb5e3ce2b7f398f1893efde4bd92fcb6015 (patch)
treeaf25fa3dbe238e60bb030ea20e41d75715ba4c30 /FrontEnd/src/app/views/common/common.sass
parent6965a02266b835a758c127f250c9628cebfbbc6d (diff)
downloadtimeline-8ba5bfb5e3ce2b7f398f1893efde4bd92fcb6015.tar.gz
timeline-8ba5bfb5e3ce2b7f398f1893efde4bd92fcb6015.tar.bz2
timeline-8ba5bfb5e3ce2b7f398f1893efde4bd92fcb6015.zip
feat: Add skeleton for text post.
Diffstat (limited to 'FrontEnd/src/app/views/common/common.sass')
-rw-r--r--FrontEnd/src/app/views/common/common.sass8
1 files changed, 8 insertions, 0 deletions
diff --git a/FrontEnd/src/app/views/common/common.sass b/FrontEnd/src/app/views/common/common.sass
index 78e6fd14..0a03d5e9 100644
--- a/FrontEnd/src/app/views/common/common.sass
+++ b/FrontEnd/src/app/views/common/common.sass
@@ -31,3 +31,11 @@
border-radius: 50%
background: white
touch-action: none
+
+.cru-skeleton
+ padding: 0 2em
+
+.cru-skeleton-line
+ height: 1em
+ background-color: #e6e6e6
+ margin: 0.8em 0 \ No newline at end of file