mirror of
https://github.com/diced/zipline.git
synced 2026-01-02 16:00:38 -08:00
* feat: start removing next.js * feat: working ssr + dev + prod env * feat: all functionality added + client/ -> src/client/ * fix: build process * fix: caching on pnpm action * fix: ignores + cache action * fix: docker + exdev error * fix: generate prisma before types * fix: remove node@20 from actions * feat: dynamic import optimizations + titled pages * fix: removed unused vars * feat: small ui fixes and improvements * feat: small ui improvements * fix: linting error * fix: regex when adding domains
8 lines
132 B
CSS
8 lines
132 B
CSS
.mantine-Modal-title {
|
|
line-height: 1;
|
|
padding: 0;
|
|
margin: 0;
|
|
font-weight: 700;
|
|
font-size: var(--mantine-font-size-xl);
|
|
}
|