alchemy-chimera 1.2.4 → 1.2.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +4 -0
- package/assets/stylesheets/chimera/chimera.scss +15 -14
- package/config/routes.js +0 -0
- package/lib/chimera_config.js +0 -0
- package/package.json +1 -1
- package/view/chimera/editor/add.hwk +0 -0
- package/view/chimera/editor/edit.hwk +0 -0
- package/view/chimera/editor/trash.hwk +0 -0
- package/view/chimera/toolbar/create_button.hwk +0 -0
- package/view/chimera/toolbar/edit_in_chimera_button.hwk +0 -0
- package/view/chimera/toolbar/preview_button.hwk +0 -0
- package/view/layouts/chimera_body.hwk +1 -0
package/CHANGELOG.md
CHANGED
|
@@ -536,20 +536,6 @@ al-field[mode="inline"] {
|
|
|
536
536
|
}
|
|
537
537
|
}
|
|
538
538
|
|
|
539
|
-
.chimera-confirm-page {
|
|
540
|
-
flex: 1;
|
|
541
|
-
justify-content: center;
|
|
542
|
-
display: flex;
|
|
543
|
-
align-items: center;
|
|
544
|
-
flex-flow: column;
|
|
545
|
-
flex-direction: column;
|
|
546
|
-
|
|
547
|
-
.action-buttons {
|
|
548
|
-
display: flex;
|
|
549
|
-
gap: 1rem;
|
|
550
|
-
}
|
|
551
|
-
}
|
|
552
|
-
|
|
553
539
|
al-file {
|
|
554
540
|
button {
|
|
555
541
|
@extend .btn;
|
|
@@ -582,6 +568,21 @@ al-field[mode="inline"] {
|
|
|
582
568
|
}
|
|
583
569
|
}
|
|
584
570
|
|
|
571
|
+
.chimera-centered-page,
|
|
572
|
+
.chimera-confirm-page {
|
|
573
|
+
flex: 1;
|
|
574
|
+
justify-content: center;
|
|
575
|
+
display: flex;
|
|
576
|
+
align-items: center;
|
|
577
|
+
flex-flow: column;
|
|
578
|
+
flex-direction: column;
|
|
579
|
+
|
|
580
|
+
.action-buttons {
|
|
581
|
+
display: flex;
|
|
582
|
+
gap: 1rem;
|
|
583
|
+
}
|
|
584
|
+
}
|
|
585
|
+
|
|
585
586
|
al-field {
|
|
586
587
|
// Don't let images in widgets take up more then 1/4th of the screen height
|
|
587
588
|
al-widget {
|
package/config/routes.js
CHANGED
|
File without changes
|
package/lib/chimera_config.js
CHANGED
|
File without changes
|
package/package.json
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|