48 lines
1.0 KiB
CSS
48 lines
1.0 KiB
CSS
/** tracking **/
|
|
#modalTracking .badge {
|
|
display: inline-block;
|
|
padding: 0.25em 0.4em;
|
|
font-size: 75%;
|
|
font-weight: 700;
|
|
line-height: 1;
|
|
text-align: center;
|
|
white-space: nowrap;
|
|
vertical-align: baseline;
|
|
border-radius: 0.25rem;
|
|
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
|
|
}
|
|
#modalTracking .badge-success {
|
|
color: #fff;
|
|
background-color: #28a745;
|
|
}
|
|
#modalTracking .trackInfo p{
|
|
padding: 5px 0;
|
|
margin: 0;
|
|
font-size: 14px;
|
|
}
|
|
#modalTracking .trackInfoBox{
|
|
padding: 10px;
|
|
border: 1px solid #f1f1f1;
|
|
margin: 5px 0;
|
|
}
|
|
#modalTracking .trackInfoBox label{
|
|
font-weight: 700;
|
|
font-size: 20px;
|
|
color: #28a745;
|
|
display: block;
|
|
text-align: left;
|
|
}
|
|
#modalTracking .trackInfoBox span{
|
|
font-size: 15px;
|
|
color: #000;
|
|
}
|
|
#modalTracking .item {
|
|
margin-top: 15px;
|
|
}
|
|
#modalTracking .item:first-child {
|
|
margin: 0;
|
|
}
|
|
#modalTracking .item.current {
|
|
background: #d4edda;
|
|
padding: 10px;
|
|
} |