Good morning.
I need to apply a background with a gradient of colors to appointments. Can anyone give me an example of how I can do it?
Can you also tell me, if there is a documentation with all the styles that I can apply on the "scheduler" ?.
Thank you very much
Hi Alfredo,
Greetings from Syncfusion Support.
gradient of colors to appointments
We could able to set the gradient of colors to appointment
by overriding the below CSS class.
.e-appointment {
background: linear-gradient(38deg, #3f51b5, transparent) !important;
}
Sample: https://stackblitz.com/edit/angular-1ypqti?file=app.component.css
if there is a documentation with all
the styles that I can apply on the "scheduler" ?.
Kindly refer to the below link
https://ej2.syncfusion.com/angular/documentation/appearance/theme-studio/
Kindly check the above and get back to us if you need any
other assistance.
Regards,
Vengatesh