Files
edr-platform/apps/edr-freight-web/backoffice/index.css
2026-06-10 07:53:15 +00:00

19 lines
353 B
CSS

@import "tailwindcss";
@import "@edr/ui-common/theme.css" layer(theme);
:root {
--freight-brand: #1B9E7A;
--freight-brand-dark: #15805F;
--freight-brand-light: #2DBF95;
--freight-brand-muted: #E7F8F2;
--freight-brand-border: #B7EBDC;
--freight-brand-ring: rgb(27 158 122 / 0.2);
}
html,
body,
#root {
height: 100%;
overflow: hidden;
}