diff options
| author | crupest <crupest@outlook.com> | 2021-02-14 17:14:52 +0800 |
|---|---|---|
| committer | crupest <crupest@outlook.com> | 2021-02-14 17:14:52 +0800 |
| commit | 6791c26e28b5113796fdf34e29f7affe12ee556e (patch) | |
| tree | 2394014665be0437fe510e2d605eb06c5010def5 /FrontEnd/src/app/views/common/common.sass | |
| parent | 6522bbe2b1e0612508c48a7a06cbea89bd4674ae (diff) | |
| download | timeline-6791c26e28b5113796fdf34e29f7affe12ee556e.tar.gz timeline-6791c26e28b5113796fdf34e29f7affe12ee556e.tar.bz2 timeline-6791c26e28b5113796fdf34e29f7affe12ee556e.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.sass | 8 |
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 |
