first commit

This commit is contained in:
2024-11-05 12:22:50 +01:00
commit e5682a3912
19641 changed files with 2948548 additions and 0 deletions

View File

@@ -0,0 +1,40 @@
#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;
}
.js-inpost-locker-address{
margin-top: 1rem;
}