nuxt-glorious 2.0.0-develop-28 → 2.0.0-develop-30
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/dist/module.json +1 -1
- package/dist/runtime/style/style.css +4 -4
- package/package.json +1 -1
package/dist/module.json
CHANGED
@@ -734,19 +734,19 @@ button:focus-visible {
|
|
734
734
|
}
|
735
735
|
}
|
736
736
|
.glorious-scaffold-modal {
|
737
|
-
@apply fixed bg-white md:top-[15%] z-50 right-0 left-0 mx-auto
|
737
|
+
@apply fixed bg-white md:top-[15%] z-50 right-0 left-0 mx-auto md:rounded-md rounded-t-md md:bottom-0 bottom-0;
|
738
738
|
}
|
739
739
|
.glorious-scaffold-modal .close-modal-btn {
|
740
740
|
@apply flex justify-center items-center w-6 h-6;
|
741
741
|
}
|
742
742
|
.glorious-scaffold-modal-header {
|
743
|
-
@apply flex justify-between items-center;
|
743
|
+
@apply flex justify-between items-center px-3 pt-3;
|
744
744
|
}
|
745
745
|
.glorious-scaffold-modal-content {
|
746
|
-
@apply overflow-y-auto max-h-150;
|
746
|
+
@apply overflow-y-auto max-h-150 px-3 pb-3;
|
747
747
|
}
|
748
748
|
.glorious-scaffold-modal-footer {
|
749
|
-
@apply flex justify-center gap-3
|
749
|
+
@apply flex justify-center gap-3 my-3;
|
750
750
|
}
|
751
751
|
.glorious-scaffold-modal-footer > button {
|
752
752
|
@apply min-w-24;
|
package/package.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
{
|
2
|
-
"version": "2.0.0-develop-
|
2
|
+
"version": "2.0.0-develop-30",
|
3
3
|
"name": "nuxt-glorious",
|
4
4
|
"description": "This package provides many things needed by a project, including server requests and authentication, SEO and other requirements of a project.",
|
5
5
|
"repository": "sajadhzj/nuxt-glorious",
|