12 lines
443 B
TypeScript
12 lines
443 B
TypeScript
export const itCheckboxDefaultIconCheckedTailwindClass =
|
|
"bg-[url(/static/icons/icon-checkbox-checked.svg)] hover:bg-[url(/static/icons/icon-checkbox-checked-hover.svg)]";
|
|
|
|
export const itCheckboxDefaultIconUncheckedTailwindClass =
|
|
"bg-[url(/static/icons/icon-checkbox-unchecked.svg)] hover:bg-[url(/static/icons/icon-checkbox-unchecked-hover.svg)]";
|
|
|
|
export const VV_COURSE_IDS = [
|
|
"-4", // vv-de
|
|
"-10", // vv-fr
|
|
"-11", // vv-it
|
|
];
|