Hi there.
I’m wondering if there is a possibilty to use a gradient color for the backside of cards. I was trying to use the CSS snippet
$el {
background: rgb(47,148,92);
background: linear-gradient(90deg, rgba(47,148,92,1) 0%, rgba(84,197,241,1) 100%);
}
But it’s not working. Either when I replace $el with .mdf-11 .x-card-face.is-back.
Could you give me some advice please?
Thank you in advance.