2019-03-22 15:46:32 +08:00
|
|
|
@media (min-width: 375px) {
|
2018-11-23 12:41:10 +08:00
|
|
|
.toolbar .dropdown-menu a {
|
2019-02-24 17:27:41 +08:00
|
|
|
padding: 0 14px;
|
2018-11-23 12:41:10 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.toolbar .dropdown-menu a:first-child {
|
|
|
|
border-left: none;
|
|
|
|
}
|
|
|
|
|
2018-09-02 01:24:08 +08:00
|
|
|
.form-check-input + span, .form-check-input + label {
|
|
|
|
max-width: 146px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2018-11-23 12:41:10 +08:00
|
|
|
@media (min-width: 568px) {
|
|
|
|
.sidebar-toggle-box span {
|
|
|
|
display: inline;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2018-08-04 19:40:37 +08:00
|
|
|
@media (min-width: 576px) {
|
|
|
|
.form-inline .control-label {
|
|
|
|
padding-top: 6px;
|
|
|
|
padding-bottom: 6px;
|
|
|
|
}
|
|
|
|
|
2018-09-30 23:45:25 +08:00
|
|
|
.form-inline select.form-control {
|
|
|
|
min-width: 194px;
|
|
|
|
}
|
|
|
|
|
2018-08-04 19:40:37 +08:00
|
|
|
.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-11-23 12:41:10 +08:00
|
|
|
|
|
|
|
.btn-fill {
|
|
|
|
width: auto;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
@media (min-width: 768px) {
|
|
|
|
.sidebar-open aside {
|
|
|
|
transform: translate(0);
|
|
|
|
}
|
2018-08-04 19:40:37 +08:00
|
|
|
}
|
|
|
|
|
2018-08-04 19:01:43 +08:00
|
|
|
@media (min-width: 940px) {
|
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 {
|
2018-10-06 14:09:45 +08:00
|
|
|
max-width: 940px;
|
2018-08-04 19:40:37 +08:00
|
|
|
}
|
2018-09-30 23:45:25 +08:00
|
|
|
|
|
|
|
.modal-xl {
|
|
|
|
max-width: calc(100% - 100px);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
@media (min-width: 1200px) {
|
|
|
|
.modal-xl {
|
|
|
|
max-width: 1100px;
|
|
|
|
}
|
2018-08-04 19:40:37 +08:00
|
|
|
}
|