2018-09-02 01:24:08 +08:00
|
|
|
|
@media (min-width: 375px) {
|
|
|
|
|
.form-check-input + span, .form-check-input + label {
|
|
|
|
|
max-width: 146px;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2018-08-04 19:40:37 +08:00
|
|
|
|
@media (min-width: 576px) {
|
|
|
|
|
.form-group .form-control-url {
|
2018-09-29 16:27:02 +08:00
|
|
|
|
width: calc(100% - 125px);
|
2018-08-04 19:40:37 +08:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.form-inline .control-label {
|
|
|
|
|
padding-top: 6px;
|
|
|
|
|
padding-bottom: 6px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.modal-lg {
|
|
|
|
|
max-width: calc(90%);
|
|
|
|
|
}
|
2018-08-10 11:51:52 +08:00
|
|
|
|
|
2018-09-30 15:13:20 +08:00
|
|
|
|
.input-group.date {
|
2018-09-29 17:08:36 +08:00
|
|
|
|
width: 186px;
|
|
|
|
|
}
|
2018-08-04 19:40:37 +08:00
|
|
|
|
}
|
|
|
|
|
|
2018-08-04 19:01:43 +08:00
|
|
|
|
@media (min-width: 940px) {
|
|
|
|
|
.btn span:last-child {
|
|
|
|
|
display: inline;
|
|
|
|
|
}
|
2018-09-02 01:24:08 +08:00
|
|
|
|
|
|
|
|
|
.form-check-input + span, .form-check-input + label {
|
|
|
|
|
max-width: 192px;
|
|
|
|
|
}
|
2018-08-04 19:01:43 +08:00
|
|
|
|
}
|
2018-08-04 19:40:37 +08:00
|
|
|
|
|
|
|
|
|
@media (min-width: 992px) {
|
|
|
|
|
.modal-lg {
|
|
|
|
|
max-width: 900px;
|
|
|
|
|
}
|
|
|
|
|
}
|