@onpe/ui 1.2.55 → 1.2.56
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/components.css +2 -4
- package/dist/components.esm.css +2 -4
- package/dist/index.css +2 -4
- package/dist/index.esm.css +2 -4
- package/package.json +1 -1
package/dist/components.css
CHANGED
|
@@ -935,10 +935,8 @@ body.onpe-modal-open {
|
|
|
935
935
|
/* Solo contenido - el espaciado lo maneja el Modal base */
|
|
936
936
|
width: 100%;
|
|
937
937
|
max-width: 590px !important; /* Tamaño específico para este modal */
|
|
938
|
-
padding-top:
|
|
939
|
-
padding-bottom:
|
|
940
|
-
padding-left: 30px !important; /* pl-5 */
|
|
941
|
-
padding-right: 30px !important; /* pr-5 */
|
|
938
|
+
padding-top: 30px !important; /* pl-5 */
|
|
939
|
+
padding-bottom: 38px !important; /* pr-5 */
|
|
942
940
|
}
|
|
943
941
|
|
|
944
942
|
.onpe-modal-dnie-versions-title {
|
package/dist/components.esm.css
CHANGED
|
@@ -935,10 +935,8 @@ body.onpe-modal-open {
|
|
|
935
935
|
/* Solo contenido - el espaciado lo maneja el Modal base */
|
|
936
936
|
width: 100%;
|
|
937
937
|
max-width: 590px !important; /* Tamaño específico para este modal */
|
|
938
|
-
padding-top:
|
|
939
|
-
padding-bottom:
|
|
940
|
-
padding-left: 30px !important; /* pl-5 */
|
|
941
|
-
padding-right: 30px !important; /* pr-5 */
|
|
938
|
+
padding-top: 30px !important; /* pl-5 */
|
|
939
|
+
padding-bottom: 38px !important; /* pr-5 */
|
|
942
940
|
}
|
|
943
941
|
|
|
944
942
|
.onpe-modal-dnie-versions-title {
|
package/dist/index.css
CHANGED
|
@@ -935,10 +935,8 @@ body.onpe-modal-open {
|
|
|
935
935
|
/* Solo contenido - el espaciado lo maneja el Modal base */
|
|
936
936
|
width: 100%;
|
|
937
937
|
max-width: 590px !important; /* Tamaño específico para este modal */
|
|
938
|
-
padding-top:
|
|
939
|
-
padding-bottom:
|
|
940
|
-
padding-left: 30px !important; /* pl-5 */
|
|
941
|
-
padding-right: 30px !important; /* pr-5 */
|
|
938
|
+
padding-top: 30px !important; /* pl-5 */
|
|
939
|
+
padding-bottom: 38px !important; /* pr-5 */
|
|
942
940
|
}
|
|
943
941
|
|
|
944
942
|
.onpe-modal-dnie-versions-title {
|
package/dist/index.esm.css
CHANGED
|
@@ -935,10 +935,8 @@ body.onpe-modal-open {
|
|
|
935
935
|
/* Solo contenido - el espaciado lo maneja el Modal base */
|
|
936
936
|
width: 100%;
|
|
937
937
|
max-width: 590px !important; /* Tamaño específico para este modal */
|
|
938
|
-
padding-top:
|
|
939
|
-
padding-bottom:
|
|
940
|
-
padding-left: 30px !important; /* pl-5 */
|
|
941
|
-
padding-right: 30px !important; /* pr-5 */
|
|
938
|
+
padding-top: 30px !important; /* pl-5 */
|
|
939
|
+
padding-bottom: 38px !important; /* pr-5 */
|
|
942
940
|
}
|
|
943
941
|
|
|
944
942
|
.onpe-modal-dnie-versions-title {
|