mirror of
https://github.com/wagtail/wagtail.git
synced 2024-11-29 17:36:49 +01:00
17 lines
370 B
SCSS
17 lines
370 B
SCSS
// Styles for the fields in the scheduled publishing dialog
|
|
.w-panel.publishing {
|
|
.w-panel__wrapper {
|
|
margin-top: theme('spacing.2');
|
|
margin-bottom: theme('spacing.2');
|
|
}
|
|
|
|
.w-field__input {
|
|
// Remove unnecessary padding so that the fields fit within the dialog
|
|
padding-inline-end: 0;
|
|
}
|
|
|
|
.w-field--date_time_field input {
|
|
width: 100%;
|
|
}
|
|
}
|