kopia lustrzana https://github.com/wagtail/wagtail
17 wiersze
370 B
SCSS
17 wiersze
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%;
|
|
}
|
|
}
|