valtech-components 2.0.248 → 2.0.252
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
|
@@ -73,14 +73,14 @@ ion-searchbar div ion-icon {
|
|
|
73
73
|
|
|
74
74
|
ion-datetime,
|
|
75
75
|
ion-select {
|
|
76
|
-
margin-top: pxToRem(8);
|
|
77
|
-
padding-left: pxToRem(10) !important;
|
|
78
|
-
border: pxToRem(1) solid var(--ion-color-medium) !important;
|
|
79
|
-
border-radius: pxToRem($border-radius-large) !important;
|
|
76
|
+
// margin-top: pxToRem(8);
|
|
77
|
+
// padding-left: pxToRem(10) !important;
|
|
78
|
+
// border: pxToRem(1) solid var(--ion-color-medium) !important;
|
|
79
|
+
// border-radius: pxToRem($border-radius-large) !important;
|
|
80
80
|
|
|
81
|
-
&:focus {
|
|
82
|
-
|
|
83
|
-
}
|
|
81
|
+
// &:focus {
|
|
82
|
+
// border: pxToRem(2) solid var(--ion-color-primary) !important;
|
|
83
|
+
// }
|
|
84
84
|
}
|
|
85
85
|
|
|
86
86
|
ion-label {
|
|
@@ -160,6 +160,14 @@ ion-modal .date-picker-custom {
|
|
|
160
160
|
|
|
161
161
|
ion-modal {
|
|
162
162
|
--border-radius: 36px 36px 0px 0px;
|
|
163
|
+
|
|
164
|
+
&.ion-datetime-button-overlay {
|
|
165
|
+
--border-radius: 24px;
|
|
166
|
+
}
|
|
167
|
+
|
|
168
|
+
@media only screen and (min-width: 768px) and (min-height: 600px) {
|
|
169
|
+
--border-radius: 36px;
|
|
170
|
+
}
|
|
163
171
|
}
|
|
164
172
|
|
|
165
173
|
.img-black {
|