Our pure JavaScript Scheduler component


Post by Steveoo61 »

I use multiple styles for the events in scheduler( colored, hollow, border ...), and i've font with different size

the code bellow is set for hollow and border but not for colored
&:not(.b-milestone) {
        color        : $event-bar-color;
        font-size    : $event-font-size - 2;
        border-width : 1px;
Can you add sass variable for this or anything for i've the same font size on all events

Post by pmiklashevich »

Hello,

Events fonts are not the same size and that's intentional. Please use your own sass/css to style events the way you need.

Cheers,
Pavel

Pavlo Miklashevych
Sr. Frontend Developer


Post Reply