valtech-components 2.0.265 → 2.0.267
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
|
@@ -145,29 +145,36 @@ ion-back-button {
|
|
|
145
145
|
font-family: var(--ion-default-font), Arial, sans-serif;
|
|
146
146
|
}
|
|
147
147
|
|
|
148
|
-
ion-modal .date-picker-custom {
|
|
149
|
-
|
|
150
|
-
|
|
148
|
+
// ion-modal .date-picker-custom {
|
|
149
|
+
// max-width: 340px;
|
|
150
|
+
// max-height: 390px;
|
|
151
151
|
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
152
|
+
// .ion-page {
|
|
153
|
+
// justify-content: flex-start !important;
|
|
154
|
+
// }
|
|
155
155
|
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
}
|
|
156
|
+
// .modal-wrapper {
|
|
157
|
+
// border-radius: pxToRem($border-radius-large) !important;
|
|
158
|
+
// }
|
|
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
|
|
|
168
|
-
@media only screen and (
|
|
169
|
-
|
|
170
|
-
}
|
|
166
|
+
// @media only screen and (max-width: 768px) {
|
|
167
|
+
// --border-radius: 1.5rem 1.5rem 0rem 0rem !important;
|
|
168
|
+
// }
|
|
169
|
+
|
|
170
|
+
// @media only screen and (min-width: 768px) and (min-height: 600px) {
|
|
171
|
+
// --border-radius: 1.5rem !important;
|
|
172
|
+
// }
|
|
173
|
+
}
|
|
174
|
+
|
|
175
|
+
:host(.modal-sheet) .modal-wrapper,
|
|
176
|
+
:host(.modal-sheet) .modal-shadow {
|
|
177
|
+
border-radius: 1.5rem !important;
|
|
171
178
|
}
|
|
172
179
|
|
|
173
180
|
.img-black {
|
|
@@ -185,4 +192,4 @@ ion-modal {
|
|
|
185
192
|
// ion-title {
|
|
186
193
|
// font-size: pxToRem(40) !important;
|
|
187
194
|
// font-weight: 800;
|
|
188
|
-
// }
|
|
195
|
+
// }
|