Skip to content

Commit a8fa672

Browse files
- add divider to .datetime-action-buttons
1 parent 708364d commit a8fa672

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

core/src/components/datetime/datetime.ionic.scss

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,17 @@
203203

204204
// Calendar / Footer / Action Buttons
205205
// -----------------------------------
206+
:host .datetime-action-buttons {
207+
@include globals.padding(
208+
globals.$ion-space-200,
209+
globals.$ion-space-400,
210+
globals.$ion-space-200,
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+
}
206217

207218
:host .datetime-buttons ion-buttons,
208219
.datetime-action-buttons .datetime-action-buttons-container {

0 commit comments

Comments
 (0)