backend.scss 368 Bytes
Newer Older
Arturo Jasso Origel committed
1
.oe_kanban_color_9{
Arturo Jasso Origel committed
2
    color: #ffffff;
Arturo Jasso Origel committed
3 4 5 6 7 8 9 10 11
    background-color: #dc3545 !important;
    border-color: #dc3545 !important;
}

.oe_kanban_color_3{
    color: #212529;
    background-color: #ffc107 !important;
    border-color: #ffc107 !important;
}
Arturo Jasso Origel committed
12 13 14 15 16 17

.oe_kanban_color_2{
    color: #ffffff;
    background-color: #ff9409 !important;
    border-color: #ff9409 !important;
}