mirror of
https://github.com/discourse/discourse.git
synced 2025-05-21 18:12:32 +08:00
FIX: uses mixin instead of mobile file for local-dates modal
This commit is contained in:
@ -91,6 +91,19 @@
|
||||
.preview {
|
||||
margin-top: 16px;
|
||||
}
|
||||
|
||||
@include small-width {
|
||||
flex-direction: column;
|
||||
align-items: flex-start;
|
||||
|
||||
.date .date-input .date-picker {
|
||||
width: 200px;
|
||||
}
|
||||
|
||||
.time .time-input {
|
||||
width: 200px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.validation-error {
|
||||
|
@ -1,16 +0,0 @@
|
||||
.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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user