mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-08-27 10:52:53 +00:00
19 lines
352 B
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;
|
|
}
|