mirror of
https://github.com/discourse/discourse.git
synced 2025-03-06 11:19:51 +00:00
FIX: uses mixin instead of mobile file for local-dates modal
This commit is contained in:
parent
0c3a0b59cd
commit
e32ccde72d
@ -91,6 +91,19 @@
|
|||||||
.preview {
|
.preview {
|
||||||
margin-top: 16px;
|
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 {
|
.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;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
@ -6,7 +6,6 @@ hide_plugin if self.respond_to?(:hide_plugin)
|
|||||||
|
|
||||||
register_asset "javascripts/discourse-local-dates.js"
|
register_asset "javascripts/discourse-local-dates.js"
|
||||||
register_asset "stylesheets/common/discourse-local-dates.scss"
|
register_asset "stylesheets/common/discourse-local-dates.scss"
|
||||||
register_asset "stylesheets/mobile/discourse-local-dates.scss"
|
|
||||||
register_asset "moment.js", :vendored_core_pretty_text
|
register_asset "moment.js", :vendored_core_pretty_text
|
||||||
register_asset "moment-timezone.js", :vendored_core_pretty_text
|
register_asset "moment-timezone.js", :vendored_core_pretty_text
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user