Files
osintbuddy/frontend/src/routes/dashboard/_components/modals/form.module.css
jerlendds a50a032b52 Add tree layout modes
package.json, global.css, nodes.css, tables.css, EntityEditor.tsx, Headers.tsx, Loaders.tsx, OverlayModal.tsx, graphSlice.ts, AppLayout.tsx, EntityDetails.tsx, GraphOverview.tsx, form.module.css, Subpanel.tsx, subpanel.module.css, index.tsx, BaseMiniNode.tsx, BaseNode.tsx, EntityOptions.tsx, ProjectGraph.tsx, ConnectionLine.tsx, Graph.tsx, SimpleFloatingEdge.tsx, utils.ts, and 5 more files
2023-12-01 06:13:50 -07:00

26 lines
613 B
CSS

.modal-form {
@apply from-mirage-600 to-mirage-600 bg-gradient-to-br w-full shadow sm:rounded-lg
}
.modal-form section:first-child {
@apply border-b border-mirage-300 py-5 pb-1 sm:px-6;
}
.modal-form section:first-child > div {
@apply -ml-6 -mt-2 flex flex-wrap items-center justify-between sm:flex-nowrap
}
.modal-form section:first-child > div h1 {
@apply font-display text-2xl tracking-tight text-slate-400;
}
.modal-form section:last-child {
@apply flex justify-end items-center pb-6 w-full relative;
}
.modal-form section:last-child > div {
@apply mt-2 flex-shrink-0 flex items-center
}