mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-08-26 18:42:49 +00:00
19 lines
353 B
CSS
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;
|
|
}
|