egroupware/api/js/etemplate/Et2Date/DateStyles.ts

12 lines
209 B
TypeScript
Raw Normal View History

import {css} from "@lion/core";
export const dateStyles = css`
:host {
display: inline-block;
white-space: nowrap;
min-width: 20ex;
}
.overdue {
color: red; // var(--whatever the theme color)
}
`;