We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 708364d commit a8fa672Copy full SHA for a8fa672
core/src/components/datetime/datetime.ionic.scss
@@ -203,6 +203,17 @@
203
204
// Calendar / Footer / Action Buttons
205
// -----------------------------------
206
+:host .datetime-action-buttons {
207
+ @include globals.padding(
208
+ globals.$ion-space-200,
209
+ globals.$ion-space-400,
210
211
+ globals.$ion-space-400
212
+ );
213
+
214
+ margin-top: globals.$ion-space-200;
215
+ border-top: globals.$ion-border-style-solid globals.$ion-border-size-025 globals.$ion-primitives-neutral-300;
216
+}
217
218
:host .datetime-buttons ion-buttons,
219
.datetime-action-buttons .datetime-action-buttons-container {
0 commit comments