basic printify integration

This commit is contained in:
James Greenwood
2025-11-30 11:05:49 +00:00
parent dab1ffc91f
commit 39e9744eb7
16 changed files with 1181 additions and 199 deletions

View File

@@ -102,4 +102,9 @@
/* Make LiveView wrapper divs transparent for layout */
[data-phx-session], [data-phx-teleported-src] { display: contents }
/* Restore pointer cursor for buttons and links */
button, a, [role="button"] {
cursor: pointer;
}
/* This file is for your main application CSS */