didi-lot2-backend/backend/admin-dashboard/src/index.css
2026-07-10 03:39:53 -07:00

32 lines
763 B
CSS

body {
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
code {
font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
monospace;
}
/* Fix React Flow node background */
.react-flow__node {
background: transparent !important;
border: none !important;
box-shadow: none !important;
}
.react-flow__node-custom {
background: transparent !important;
border: none !important;
padding: 0 !important;
}
.react-flow__node-default {
background: transparent !important;
border: none !important;
padding: 0 !important;
}