Files
edr-platform/apps/edr-freight-web/backoffice/index.css

19 lines
352 B
CSS

@import "tailwindcss";
@import "@edr/ui-common/theme.css" layer(theme);
:root {
--freight-brand: #15803d;
--freight-brand-dark: #166534;
--freight-brand-light: #22c55e;
--freight-brand-muted: #f0fdf4;
--freight-brand-border: #bbf7d0;
--freight-brand-ring: rgb(21 128 61 / 0.2);
}
html,
body,
#root {
height: 100%;
overflow: hidden;
}