BootstrapAdmin/Bootstrap.Admin/wwwroot/css/theme-responsive.css

43 lines
656 B
CSS
Raw Normal View History

@media (min-width: 568px) {
2018-08-04 19:01:43 +08:00
.toolbar {
display: none;
}
.bs-bars {
display: inline-block;
}
}
@media (min-width: 576px) {
.form-group .form-control-url {
width: calc(100% - 90px);
}
.form-inline .control-label {
padding-top: 6px;
padding-bottom: 6px;
}
.modal-lg {
max-width: calc(90%);
}
2018-08-10 11:51:52 +08:00
.btn-fill {
width: auto;
align-self: flex-end;
margin-bottom: 2px;
2018-08-10 11:51:52 +08:00
}
}
2018-08-04 19:01:43 +08:00
@media (min-width: 940px) {
.btn span:last-child {
display: inline;
}
}
@media (min-width: 992px) {
.modal-lg {
max-width: 900px;
}
}