init with kirby, vue and pagedjs interactive
This commit is contained in:
commit
dc0ae26464
968 changed files with 211706 additions and 0 deletions
16
public/assets/src/_editor-ui.scss
Normal file
16
public/assets/src/_editor-ui.scss
Normal 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
16
public/assets/style.css
Normal 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 */
|
||||
1
public/assets/style.css.map
Normal file
1
public/assets/style.css.map
Normal 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
1
public/assets/style.scss
Normal file
|
|
@ -0,0 +1 @@
|
|||
@import "src/_editor-ui.scss";
|
||||
Loading…
Add table
Add a link
Reference in a new issue