114 lines
1.8 KiB
CSS
114 lines
1.8 KiB
CSS
.inpost-shipping-container{
|
|
padding-top: 15px;
|
|
padding-bottom: 15px;
|
|
margin-bottom: 15px;
|
|
background-color: #f6f6f6;
|
|
}
|
|
|
|
/*@media (min-widtH: 768px){*/
|
|
/* .inpost-shipping-container .col-sm-12{*/
|
|
/* float: left;*/
|
|
/* }*/
|
|
/*}*/
|
|
|
|
.inpost-shipping-button{
|
|
color: #3c3c3c;
|
|
font-weight: 600;
|
|
background-color: #ffcd00;
|
|
border-color: #ffcd00;
|
|
}
|
|
|
|
.inpost-shipping-button:hover,
|
|
.inpost-shipping-button:focus,
|
|
.inpost-shipping-button.focus{
|
|
color: #3c3c3c;
|
|
background-color: #ff7615;
|
|
border-color: #ff7615;
|
|
}
|
|
|
|
.widget-modal{
|
|
max-width: 90%;
|
|
}
|
|
|
|
.inpost-shipping-backdrop{
|
|
background-color: rgba(0, 0, 0, .3);
|
|
}
|
|
|
|
.inpost-shipping-machine-info.hidden{
|
|
display: none;
|
|
}
|
|
|
|
.inpost-shipping-machine-info{
|
|
line-height: 20px;
|
|
}
|
|
|
|
.inpost-shipping-machine-name{
|
|
margin-bottom: 0;
|
|
color: #3c3c3c;
|
|
font-size: 14px;
|
|
}
|
|
|
|
.inpost-shipping-machine-address{
|
|
color: #3c3c3c;
|
|
font-size: 15px;
|
|
font-weight: 700;
|
|
}
|
|
|
|
.box .inpost-shipping-machine-address{
|
|
margin-bottom: 1rem;
|
|
}
|
|
|
|
.inpost-shipping-subheader{
|
|
margin-bottom: 0;
|
|
color: #3c3c3c;
|
|
font-size: 14px;
|
|
line-height: 20px;
|
|
}
|
|
|
|
.inpost-shipping-label{
|
|
font-size: 14px;
|
|
font-weight: 400;
|
|
}
|
|
|
|
.easypack-widget .map-list-row{
|
|
background-color: white;
|
|
}
|
|
|
|
.inpost-shipping-customer{
|
|
margin-bottom: 0;
|
|
color: #3c3c3c;
|
|
font-size: 14px;
|
|
font-weight: 700;
|
|
line-height: 20px;
|
|
}
|
|
|
|
.inpost-shipping-machine-customer-info{
|
|
margin-top: 1rem;
|
|
}
|
|
|
|
@media (min-width: 576px){
|
|
.inpost-shipping-machine-customer-info{
|
|
margin-top: 0;
|
|
}
|
|
}
|
|
|
|
.inpost-shipping-machine-customer-info.hidden{
|
|
display: none;
|
|
}
|
|
|
|
.inpost-shipping-customer-change-wrapper{
|
|
margin-bottom: 0;
|
|
text-align: right;
|
|
line-height: 1;
|
|
}
|
|
|
|
.inpost-shipping-customer-change{
|
|
font-size: 12px;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.inpost-shipping-customer-change-form{
|
|
padding-top: 20px;
|
|
display: none;
|
|
}
|