mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 09:42:07 +08:00
27 lines
470 B
SCSS
27 lines
470 B
SCSS
.d-modal.discourse-local-dates-create-modal {
|
|
.date-time-configuration {
|
|
flex-direction: column;
|
|
gap: 0.5em;
|
|
}
|
|
.calendar-date-time-input {
|
|
width: 100%;
|
|
margin: 0 0 1rem 0;
|
|
}
|
|
|
|
.picker-panel {
|
|
//mysteriously needed to prevent it from overlapping the timezone-input
|
|
position: relative;
|
|
z-index: 0;
|
|
}
|
|
|
|
.pika-single {
|
|
justify-content: center;
|
|
}
|
|
}
|
|
|
|
.d-modal.add-pm-participants {
|
|
.d-modal__body {
|
|
overflow: visible;
|
|
}
|
|
}
|