0.0.25 my routes
This commit is contained in:
@@ -24,6 +24,14 @@
|
||||
}
|
||||
.radio_label{
|
||||
font-size: var(--radio-font-size);
|
||||
&:has(div.annotation){
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 5px;
|
||||
}
|
||||
div.annotation{
|
||||
color: #27242499;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -84,7 +84,7 @@ function getCargoTypesWTypeTransport (data) {
|
||||
let success_callback = data.success_callback;
|
||||
let error_callback = data.error_callback;
|
||||
|
||||
if (!type_transport || !owner_type) return;
|
||||
if (!owner_type) return;
|
||||
|
||||
let request_data = {
|
||||
type_transport: type_transport,
|
||||
|
||||
Reference in New Issue
Block a user