mirror of
https://github.com/discourse/discourse.git
synced 2025-09-07 12:02:53 +08:00
16 lines
279 B
SCSS
16 lines
279 B
SCSS
.discourse-local-dates-create-modal {
|
|
.form {
|
|
.date-time-configuration {
|
|
flex-direction: column;
|
|
align-items: flex-start;
|
|
|
|
.date .date-input .date-picker {
|
|
width: 200px;
|
|
}
|
|
|
|
.time .time-input {
|
|
width: 200px;
|
|
}
|
|
}
|
|
}
|
|
}
|