valtech-components 2.0.265 → 2.0.266

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "valtech-components",
3
- "version": "2.0.265",
3
+ "version": "2.0.266",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^18.0.0",
6
6
  "@angular/core": "^18.0.0",
@@ -159,12 +159,14 @@ ion-modal .date-picker-custom {
159
159
  }
160
160
 
161
161
  ion-modal {
162
- --border-radius: 1.5rem 1.5rem 0 0 !important;
163
-
164
162
  &.ion-datetime-button-overlay {
165
163
  --border-radius: 1.5rem !important;
166
164
  }
167
165
 
166
+ @media only screen and (max-width: 768px) {
167
+ --border-radius: 1.5rem 1.5rem 0rem 0rem !important;
168
+ }
169
+
168
170
  @media only screen and (min-width: 768px) and (min-height: 600px) {
169
171
  --border-radius: 1.5rem !important;
170
172
  }
@@ -185,4 +187,4 @@ ion-modal {
185
187
  // ion-title {
186
188
  // font-size: pxToRem(40) !important;
187
189
  // font-weight: 800;
188
- // }
190
+ // }