@onpe/ui 1.2.40 → 1.2.41
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 -2
- package/dist/components.esm.css +2 -2
- package/dist/index.css +2 -2
- package/dist/index.esm.css +2 -2
- package/package.json +1 -1
package/dist/components.css
CHANGED
|
@@ -731,7 +731,7 @@ body.onpe-modal-open {
|
|
|
731
731
|
gap: 1.5rem;
|
|
732
732
|
margin: 0 auto;
|
|
733
733
|
padding: 3.5rem 1rem;
|
|
734
|
-
max-width:
|
|
734
|
+
max-width: 1460px;
|
|
735
735
|
}
|
|
736
736
|
|
|
737
737
|
.onpe-footer-contact-item {
|
|
@@ -779,7 +779,7 @@ body.onpe-modal-open {
|
|
|
779
779
|
/* Responsive Design */
|
|
780
780
|
@media (min-width: 768px) {
|
|
781
781
|
.onpe-footer-contact-list {
|
|
782
|
-
padding: 1.
|
|
782
|
+
padding: 1.3rem 1rem;
|
|
783
783
|
}
|
|
784
784
|
}
|
|
785
785
|
|
package/dist/components.esm.css
CHANGED
|
@@ -731,7 +731,7 @@ body.onpe-modal-open {
|
|
|
731
731
|
gap: 1.5rem;
|
|
732
732
|
margin: 0 auto;
|
|
733
733
|
padding: 3.5rem 1rem;
|
|
734
|
-
max-width:
|
|
734
|
+
max-width: 1460px;
|
|
735
735
|
}
|
|
736
736
|
|
|
737
737
|
.onpe-footer-contact-item {
|
|
@@ -779,7 +779,7 @@ body.onpe-modal-open {
|
|
|
779
779
|
/* Responsive Design */
|
|
780
780
|
@media (min-width: 768px) {
|
|
781
781
|
.onpe-footer-contact-list {
|
|
782
|
-
padding: 1.
|
|
782
|
+
padding: 1.3rem 1rem;
|
|
783
783
|
}
|
|
784
784
|
}
|
|
785
785
|
|
package/dist/index.css
CHANGED
|
@@ -731,7 +731,7 @@ body.onpe-modal-open {
|
|
|
731
731
|
gap: 1.5rem;
|
|
732
732
|
margin: 0 auto;
|
|
733
733
|
padding: 3.5rem 1rem;
|
|
734
|
-
max-width:
|
|
734
|
+
max-width: 1460px;
|
|
735
735
|
}
|
|
736
736
|
|
|
737
737
|
.onpe-footer-contact-item {
|
|
@@ -779,7 +779,7 @@ body.onpe-modal-open {
|
|
|
779
779
|
/* Responsive Design */
|
|
780
780
|
@media (min-width: 768px) {
|
|
781
781
|
.onpe-footer-contact-list {
|
|
782
|
-
padding: 1.
|
|
782
|
+
padding: 1.3rem 1rem;
|
|
783
783
|
}
|
|
784
784
|
}
|
|
785
785
|
|
package/dist/index.esm.css
CHANGED
|
@@ -731,7 +731,7 @@ body.onpe-modal-open {
|
|
|
731
731
|
gap: 1.5rem;
|
|
732
732
|
margin: 0 auto;
|
|
733
733
|
padding: 3.5rem 1rem;
|
|
734
|
-
max-width:
|
|
734
|
+
max-width: 1460px;
|
|
735
735
|
}
|
|
736
736
|
|
|
737
737
|
.onpe-footer-contact-item {
|
|
@@ -779,7 +779,7 @@ body.onpe-modal-open {
|
|
|
779
779
|
/* Responsive Design */
|
|
780
780
|
@media (min-width: 768px) {
|
|
781
781
|
.onpe-footer-contact-list {
|
|
782
|
-
padding: 1.
|
|
782
|
+
padding: 1.3rem 1rem;
|
|
783
783
|
}
|
|
784
784
|
}
|
|
785
785
|
|