Files
wyczarujprezent.pl/modules/inpostshipping/views/css/admin/orders.css
2024-10-28 22:14:22 +01:00

37 lines
538 B
CSS

#widget-modal {
max-width: 80%;
}
/* fix easypack.css styles */
#widget-modal__map:not(.mobile) {
overflow: unset !important;
}
#easypack-search {
box-sizing: border-box;
}
@media (min-width:768px) {
.d-md-block {
display: block !important;
}
}
#new-dispatch-point-data {
border: 1px solid #c7d6db;
border-radius: 5px;
padding-top: 0.5rem;
padding-left: 0.5rem;
padding-right: 0.5rem;
}
@media print{
.d-md-block.d-print-none {
display: none !important;
}
}
.js-inpost-show-map{
cursor: pointer;
}