init with kirby, vue and pagedjs interactive

This commit is contained in:
isUnknown 2025-11-24 14:01:48 +01:00
commit dc0ae26464
968 changed files with 211706 additions and 0 deletions

View file

@ -0,0 +1,16 @@
#editor-ui {
position: fixed !important;
bottom: 1rem !important;
left: 1rem !important;
z-index: 9999 !important;
background: white;
padding: 0.5rem;
border-radius: 4px;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
#increase-margin {
padding: 0.5rem 1rem;
font-size: 1.5rem;
cursor: pointer;
}

16
public/assets/style.css Normal file
View file

@ -0,0 +1,16 @@
#editor-ui {
position: fixed !important;
bottom: 1rem !important;
left: 1rem !important;
z-index: 9999 !important;
background: white;
padding: 0.5rem;
border-radius: 4px;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
#increase-margin {
padding: 0.5rem 1rem;
font-size: 1.5rem;
cursor: pointer;
}/*# sourceMappingURL=style.css.map */

View file

@ -0,0 +1 @@
{"version":3,"sources":["src/_editor-ui.scss","style.css"],"names":[],"mappings":"AAAA;EACE,0BAAA;EACA,uBAAA;EACA,qBAAA;EACA,wBAAA;EACA,iBAAA;EACA,eAAA;EACA,kBAAA;EACA,wCAAA;ACCF;;ADEA;EACE,oBAAA;EACA,iBAAA;EACA,eAAA;ACCF","file":"style.css"}

1
public/assets/style.scss Normal file
View file

@ -0,0 +1 @@
@import "src/_editor-ui.scss";