Gradient on a custom not working?
nrcsantos opened this issue · 3 comments
nrcsantos commented
I have tried to use the 'Custom' features but for some reason the background always shows 'transparent':
My custom.css:
.gn-example2 {
background: rgb(169,195,110);
background: radial-gradient(circle, rgba(169,195,110,1) 0%, rgba(112,141,175,0) 100%);
color: white;
}
My export (client side):
exports['t-notify']:Custom({
style = 'gn-example',
title = 'Pagamentos',
sound = true,
message = 'Recebeste guito \n teste dois',
duration = 4500,
custom = true
})
BombayV commented
@nrcsantos is this client side or server side? + You have to use style = 'example2'
TasoOneAsia commented
The gn part is prepended automatically as @XiosBombay said. You need to use
style = example2
instead of what you currently have.
TasoOneAsia commented
As there hasn't been any updated information with this issue it is being closed.