docs: improve UX of recipe learning path (#5477)

* docs: improve UX of recipe learning path

* fix icon colors
This commit is contained in:
Shahed Nasser
2023-10-26 16:05:17 +03:00
committed by GitHub
parent ea2ee343f0
commit 7f9c4dea66
9 changed files with 231 additions and 164 deletions
@@ -560,6 +560,22 @@ module.exports = {
opacity: 0.3,
},
},
minimize: {
from: {
transform: "scale(1)",
},
to: {
transform: "scale(0)",
},
},
maximize: {
from: {
transform: "scale(0)",
},
to: {
transform: "scale(1)",
},
},
}),
animation: {
fadeIn: "fadeIn 500ms",
@@ -576,6 +592,8 @@ module.exports = {
slideInLeft: "slideInLeft 500ms",
slideOutLeft: "slideOutLeft 500ms",
pulsingDots: "pulsingDots 1s alternate infinite",
minimize: "minimize 500ms",
maximize: "maximize 500ms",
},
},
fontFamily: {
@@ -686,6 +704,9 @@ module.exports = {
display: "none",
},
},
".flip-y": {
transform: "rotateY(180deg)",
},
})
addComponents({
".btn-secondary-icon": {