0.0.25 my routes

This commit is contained in:
SBD
2025-01-14 18:39:12 +03:00
parent a40ae5d37d
commit a5b106edfe
4 changed files with 14 additions and 3 deletions

View File

@@ -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;
}
}
}
}

View File

@@ -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,