chore: purge devv from CSS and remove @devvai/devv-code-backend dependency
This commit is contained in:
parent
7bead3709a
commit
28335eee83
2 changed files with 0 additions and 29 deletions
|
|
@ -11,7 +11,6 @@
|
||||||
"preview": "vite preview"
|
"preview": "vite preview"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@devvai/devv-code-backend": "^1.0.0",
|
|
||||||
"@hookform/resolvers": "^5.0.1",
|
"@hookform/resolvers": "^5.0.1",
|
||||||
"@radix-ui/react-accordion": "^1.2.8",
|
"@radix-ui/react-accordion": "^1.2.8",
|
||||||
"@radix-ui/react-alert-dialog": "^1.1.11",
|
"@radix-ui/react-alert-dialog": "^1.1.11",
|
||||||
|
|
|
||||||
|
|
@ -62,20 +62,6 @@
|
||||||
size: portrait;
|
size: portrait;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Hide the devv watermark in print view */
|
|
||||||
[class*="devv-watermark"],
|
|
||||||
[id*="devv-watermark"],
|
|
||||||
[class*="made-by-devv"],
|
|
||||||
[id*="made-by-devv"],
|
|
||||||
[class*="powered-by-devv"],
|
|
||||||
[id*="powered-by-devv"] {
|
|
||||||
display: none !important;
|
|
||||||
visibility: hidden !important;
|
|
||||||
opacity: 0 !important;
|
|
||||||
position: absolute !important;
|
|
||||||
z-index: -9999 !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Hide action buttons and other UI elements not needed for printing */
|
/* Hide action buttons and other UI elements not needed for printing */
|
||||||
button,
|
button,
|
||||||
.print-hide,
|
.print-hide,
|
||||||
|
|
@ -324,18 +310,4 @@
|
||||||
body {
|
body {
|
||||||
@apply bg-background text-foreground;
|
@apply bg-background text-foreground;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Hide the devv watermark */
|
|
||||||
[class*="devv-watermark"],
|
|
||||||
[id*="devv-watermark"],
|
|
||||||
[class*="made-by-devv"],
|
|
||||||
[id*="made-by-devv"],
|
|
||||||
[class*="powered-by-devv"],
|
|
||||||
[id*="powered-by-devv"] {
|
|
||||||
display: none !important;
|
|
||||||
visibility: hidden !important;
|
|
||||||
opacity: 0 !important;
|
|
||||||
pointer-events: none !important;
|
|
||||||
z-index: -9999 !important;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue