Display: Fix skeleton styles

pull/5802/head
Angel Fernando Quiroz Campos 1 year ago
parent efaf7b1b6e
commit 9f247747e1
No known key found for this signature in database
GPG Key ID: B284841AE3E562CD
  1. 6
      assets/css/scss/atoms/_skeleton.scss
  2. 6
      tailwind.config.js

@ -1,7 +1,7 @@
.p-skeleton {
@apply bg-gray-30 rounded-lg w-full;
@apply overflow-hidden bg-gray-25 rounded-lg animate-pulse;
&:after {
@apply bg-gradient-to-r from-transparent via-gray-15 to-transparent;
&-circle {
@apply rounded-full;
}
}

@ -47,14 +47,14 @@ module.exports = {
15: "#f7f8f9",
20: "#edf0f2",
25: "#e4e9ed",
30: "rgba(98, 98, 98, 0.5)",
30: "rgba(0, 0, 0, 0.12)",
50: "#a2a6b0",
90: "#333333",
},
support: {
1: "#eff4f8",
1: "rgba(46, 117, 163, 0.08)",
2: "#f5f8fa",
3: "#97bad1",
3: "rgba(46, 117, 163, 0.5)",
4: "#244d67",
5: "#e06410",
6: "#faf7f5",

Loading…
Cancel
Save