Skip to content

Commit 9f24774

Browse files
committed
Display: Fix skeleton styles
1 parent efaf7b1 commit 9f24774

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

assets/css/scss/atoms/_skeleton.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.p-skeleton {
2-
@apply bg-gray-30 rounded-lg w-full;
2+
@apply overflow-hidden bg-gray-25 rounded-lg animate-pulse;
33

4-
&:after {
5-
@apply bg-gradient-to-r from-transparent via-gray-15 to-transparent;
4+
&-circle {
5+
@apply rounded-full;
66
}
77
}

tailwind.config.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,14 @@ module.exports = {
4747
15: "#f7f8f9",
4848
20: "#edf0f2",
4949
25: "#e4e9ed",
50-
30: "rgba(98, 98, 98, 0.5)",
50+
30: "rgba(0, 0, 0, 0.12)",
5151
50: "#a2a6b0",
5252
90: "#333333",
5353
},
5454
support: {
55-
1: "#eff4f8",
55+
1: "rgba(46, 117, 163, 0.08)",
5656
2: "#f5f8fa",
57-
3: "#97bad1",
57+
3: "rgba(46, 117, 163, 0.5)",
5858
4: "#244d67",
5959
5: "#e06410",
6060
6: "#faf7f5",

0 commit comments

Comments
 (0)