2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-07 12:02:53 +08:00
discourse/plugins/discourse-local-dates/assets/stylesheets/mobile/discourse-local-dates.scss
2018-05-30 19:05:41 +02:00

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;
}
}
}
}