@onpe/ui 1.2.83 → 1.2.84
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 +4 -4
- package/dist/components.esm.css +4 -4
- package/dist/index.css +4 -4
- package/dist/index.esm.css +4 -4
- package/package.json +1 -1
package/dist/components.css
CHANGED
|
@@ -271,7 +271,7 @@ body.onpe-modal-open {
|
|
|
271
271
|
padding: 25px 1rem 50px 1rem; /* Móvil: top 25px, bottom 50px, left/right 1rem */
|
|
272
272
|
min-width: 320px;
|
|
273
273
|
width: 95vw; /* Móvil: 95vw automático */
|
|
274
|
-
max-width:
|
|
274
|
+
max-width: 95vw; /* Móvil: máximo 95vw */
|
|
275
275
|
max-height: 90vh;
|
|
276
276
|
overflow-y: auto;
|
|
277
277
|
scroll-behavior: smooth; /* Scroll suave */
|
|
@@ -470,7 +470,7 @@ body.onpe-modal-open {
|
|
|
470
470
|
.onpe-modal-confirm-container {
|
|
471
471
|
/* Solo contenido - el espaciado lo maneja el Modal base */
|
|
472
472
|
width: 100%;
|
|
473
|
-
max-width:
|
|
473
|
+
max-width: 719px !important; /* Desktop: tamaño original */
|
|
474
474
|
padding-top: 30px !important;
|
|
475
475
|
padding-bottom: 30px !important;
|
|
476
476
|
padding-left: 30px !important;
|
|
@@ -499,8 +499,8 @@ body.onpe-modal-open {
|
|
|
499
499
|
}
|
|
500
500
|
|
|
501
501
|
.onpe-modal-confirm-title {
|
|
502
|
-
margin-top:
|
|
503
|
-
font-size:
|
|
502
|
+
margin-top: 0px;
|
|
503
|
+
font-size: 18px; /* 1.125rem = 18px */
|
|
504
504
|
font-weight: 600; /* font-semibold */
|
|
505
505
|
text-align: center;
|
|
506
506
|
color: var(--onpe-ui-skyblue); /* Color por defecto: azul */
|
package/dist/components.esm.css
CHANGED
|
@@ -271,7 +271,7 @@ body.onpe-modal-open {
|
|
|
271
271
|
padding: 25px 1rem 50px 1rem; /* Móvil: top 25px, bottom 50px, left/right 1rem */
|
|
272
272
|
min-width: 320px;
|
|
273
273
|
width: 95vw; /* Móvil: 95vw automático */
|
|
274
|
-
max-width:
|
|
274
|
+
max-width: 95vw; /* Móvil: máximo 95vw */
|
|
275
275
|
max-height: 90vh;
|
|
276
276
|
overflow-y: auto;
|
|
277
277
|
scroll-behavior: smooth; /* Scroll suave */
|
|
@@ -470,7 +470,7 @@ body.onpe-modal-open {
|
|
|
470
470
|
.onpe-modal-confirm-container {
|
|
471
471
|
/* Solo contenido - el espaciado lo maneja el Modal base */
|
|
472
472
|
width: 100%;
|
|
473
|
-
max-width:
|
|
473
|
+
max-width: 719px !important; /* Desktop: tamaño original */
|
|
474
474
|
padding-top: 30px !important;
|
|
475
475
|
padding-bottom: 30px !important;
|
|
476
476
|
padding-left: 30px !important;
|
|
@@ -499,8 +499,8 @@ body.onpe-modal-open {
|
|
|
499
499
|
}
|
|
500
500
|
|
|
501
501
|
.onpe-modal-confirm-title {
|
|
502
|
-
margin-top:
|
|
503
|
-
font-size:
|
|
502
|
+
margin-top: 0px;
|
|
503
|
+
font-size: 18px; /* 1.125rem = 18px */
|
|
504
504
|
font-weight: 600; /* font-semibold */
|
|
505
505
|
text-align: center;
|
|
506
506
|
color: var(--onpe-ui-skyblue); /* Color por defecto: azul */
|
package/dist/index.css
CHANGED
|
@@ -271,7 +271,7 @@ body.onpe-modal-open {
|
|
|
271
271
|
padding: 25px 1rem 50px 1rem; /* Móvil: top 25px, bottom 50px, left/right 1rem */
|
|
272
272
|
min-width: 320px;
|
|
273
273
|
width: 95vw; /* Móvil: 95vw automático */
|
|
274
|
-
max-width:
|
|
274
|
+
max-width: 95vw; /* Móvil: máximo 95vw */
|
|
275
275
|
max-height: 90vh;
|
|
276
276
|
overflow-y: auto;
|
|
277
277
|
scroll-behavior: smooth; /* Scroll suave */
|
|
@@ -470,7 +470,7 @@ body.onpe-modal-open {
|
|
|
470
470
|
.onpe-modal-confirm-container {
|
|
471
471
|
/* Solo contenido - el espaciado lo maneja el Modal base */
|
|
472
472
|
width: 100%;
|
|
473
|
-
max-width:
|
|
473
|
+
max-width: 719px !important; /* Desktop: tamaño original */
|
|
474
474
|
padding-top: 30px !important;
|
|
475
475
|
padding-bottom: 30px !important;
|
|
476
476
|
padding-left: 30px !important;
|
|
@@ -499,8 +499,8 @@ body.onpe-modal-open {
|
|
|
499
499
|
}
|
|
500
500
|
|
|
501
501
|
.onpe-modal-confirm-title {
|
|
502
|
-
margin-top:
|
|
503
|
-
font-size:
|
|
502
|
+
margin-top: 0px;
|
|
503
|
+
font-size: 18px; /* 1.125rem = 18px */
|
|
504
504
|
font-weight: 600; /* font-semibold */
|
|
505
505
|
text-align: center;
|
|
506
506
|
color: var(--onpe-ui-skyblue); /* Color por defecto: azul */
|
package/dist/index.esm.css
CHANGED
|
@@ -271,7 +271,7 @@ body.onpe-modal-open {
|
|
|
271
271
|
padding: 25px 1rem 50px 1rem; /* Móvil: top 25px, bottom 50px, left/right 1rem */
|
|
272
272
|
min-width: 320px;
|
|
273
273
|
width: 95vw; /* Móvil: 95vw automático */
|
|
274
|
-
max-width:
|
|
274
|
+
max-width: 95vw; /* Móvil: máximo 95vw */
|
|
275
275
|
max-height: 90vh;
|
|
276
276
|
overflow-y: auto;
|
|
277
277
|
scroll-behavior: smooth; /* Scroll suave */
|
|
@@ -470,7 +470,7 @@ body.onpe-modal-open {
|
|
|
470
470
|
.onpe-modal-confirm-container {
|
|
471
471
|
/* Solo contenido - el espaciado lo maneja el Modal base */
|
|
472
472
|
width: 100%;
|
|
473
|
-
max-width:
|
|
473
|
+
max-width: 719px !important; /* Desktop: tamaño original */
|
|
474
474
|
padding-top: 30px !important;
|
|
475
475
|
padding-bottom: 30px !important;
|
|
476
476
|
padding-left: 30px !important;
|
|
@@ -499,8 +499,8 @@ body.onpe-modal-open {
|
|
|
499
499
|
}
|
|
500
500
|
|
|
501
501
|
.onpe-modal-confirm-title {
|
|
502
|
-
margin-top:
|
|
503
|
-
font-size:
|
|
502
|
+
margin-top: 0px;
|
|
503
|
+
font-size: 18px; /* 1.125rem = 18px */
|
|
504
504
|
font-weight: 600; /* font-semibold */
|
|
505
505
|
text-align: center;
|
|
506
506
|
color: var(--onpe-ui-skyblue); /* Color por defecto: azul */
|