0.0.28 my routes
This commit is contained in:
@@ -6,11 +6,17 @@
|
|||||||
|
|
||||||
--route-text-container-bg: #F1F1F1;
|
--route-text-container-bg: #F1F1F1;
|
||||||
--route-text-container-padding: 15px;
|
--route-text-container-padding: 15px;
|
||||||
--route-text-container-margin: 7px 0 0 51px;
|
--route-text-container-margin: 0 0 0 51px;
|
||||||
--route-text-container-border-radius: 10px;
|
--route-text-container-border-radius: 10px;
|
||||||
--route-text-img-filter: brightness(0) saturate(100%) invert(100%) sepia(2%) saturate(256%) hue-rotate(113deg) brightness(115%) contrast(89%);
|
--route-text-img-filter: brightness(0) saturate(100%) invert(100%) sepia(2%) saturate(256%) hue-rotate(113deg) brightness(115%) contrast(89%);
|
||||||
|
|
||||||
--route-card-owner-avatar-size: 52px;
|
--route-card-owner-avatar-size: 52px;
|
||||||
|
--route-owner-name-font-size: 16px;
|
||||||
|
|
||||||
|
--route-owner-type-font-size: 14px;
|
||||||
|
--route-owner-type-color: #065BFF;
|
||||||
|
|
||||||
|
--route-cargo-type-color: #000000;
|
||||||
|
|
||||||
background: var(--route-card-bg);
|
background: var(--route-card-bg);
|
||||||
box-shadow: var(--route-card-box_shadow);
|
box-shadow: var(--route-card-box_shadow);
|
||||||
@@ -42,6 +48,7 @@
|
|||||||
border-radius: var(--route-text-container-border-radius);
|
border-radius: var(--route-text-container-border-radius);
|
||||||
}
|
}
|
||||||
.route_card_owner_info{
|
.route_card_owner_info{
|
||||||
|
height: 47px;
|
||||||
margin-left: 75px;
|
margin-left: 75px;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
@@ -51,6 +58,30 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
gap: 10px;
|
gap: 10px;
|
||||||
|
.card_owner_name{
|
||||||
|
font-weight: 600;
|
||||||
|
font-size: var(--route-owner-name-font-size);
|
||||||
|
}
|
||||||
|
.card_splitter{
|
||||||
|
height: 22px;
|
||||||
|
width: 2px;
|
||||||
|
background: #E6E6E6;
|
||||||
|
}
|
||||||
|
.card_owner_type{
|
||||||
|
font-size: var(--route-owner-type-font-size);
|
||||||
|
color: var(--route-owner-type-color);
|
||||||
|
font-weight: 600;
|
||||||
|
}
|
||||||
|
.card_cargo_type{
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
gap: 5px;
|
||||||
|
font-size: var(--route-owner-type-font-size);
|
||||||
|
color: var(--route-cargo-type-color);
|
||||||
|
font-weight: 600;
|
||||||
|
|
||||||
|
div.orange{color: #FF613A}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -26,16 +26,16 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="form_line _50_grid">
|
<div class="form_line _50_grid">
|
||||||
<div class="field_container" data-type="date" data-name="arrival_DT">
|
|
||||||
<label for="id_arrival_DT"><div class="required_field_icon">*</div> {% trans "Дата доставки посылки" %}</label>
|
|
||||||
{% include 'v2/widgets/w_daterangepicker.html' with name='arrival_DT' initial=form.initial.arrival_DT %}
|
|
||||||
{% if form.errors.arrival_DT %}<div class="error_container">{{ form.errors.arrival_DT.0 }}</div>{% endif %}
|
|
||||||
</div>
|
|
||||||
<div class="field_container" data-type="date" data-name="departure_DT">
|
<div class="field_container" data-type="date" data-name="departure_DT">
|
||||||
<label for="id_departure_DT"><div class="required_field_icon">*</div> {% trans "Дата доставки посылки" %}</label>
|
<label for="id_departure_DT"><div class="required_field_icon">*</div> {% trans "Дата отправления" %}</label>
|
||||||
{% include 'v2/widgets/w_daterangepicker.html' with name='departure_DT' initial=form.initial.departure_DT %}
|
{% include 'v2/widgets/w_daterangepicker.html' with name='departure_DT' initial=form.initial.departure_DT %}
|
||||||
{% if form.errors.departure_DT %}<div class="error_container">{{ form.errors.departure_DT.0 }}</div>{% endif %}
|
{% if form.errors.departure_DT %}<div class="error_container">{{ form.errors.departure_DT.0 }}</div>{% endif %}
|
||||||
</div>
|
</div>
|
||||||
|
<div class="field_container" data-type="date" data-name="arrival_DT">
|
||||||
|
<label for="id_arrival_DT"><div class="required_field_icon">*</div> {% trans "Дата прибытия" %}</label>
|
||||||
|
{% include 'v2/widgets/w_daterangepicker.html' with name='arrival_DT' initial=form.initial.arrival_DT %}
|
||||||
|
{% if form.errors.arrival_DT %}<div class="error_container">{{ form.errors.arrival_DT.0 }}</div>{% endif %}
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="form_line">
|
<div class="form_line">
|
||||||
<div class="field_container" data-type="radio" data-name="cargo_type">
|
<div class="field_container" data-type="radio" data-name="cargo_type">
|
||||||
|
|||||||
@@ -20,4 +20,9 @@
|
|||||||
Требуется забрать документы из Минска и отдать в Варшаве. Цена перевозки договорная. Требуется забрать документы из Минска и отдать в Варшаве.
|
Требуется забрать документы из Минска и отдать в Варшаве. Цена перевозки договорная. Требуется забрать документы из Минска и отдать в Варшаве.
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="route_card_route_data">
|
||||||
|
<div class="">
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
Reference in New Issue
Block a user