0.0.167 routes
This commit is contained in:
@@ -24,7 +24,7 @@
|
|||||||
margin-top: 40px;
|
margin-top: 40px;
|
||||||
}
|
}
|
||||||
@media (max-width: 800px) {
|
@media (max-width: 800px) {
|
||||||
grid-template-columns: 1fr;
|
grid-template-columns: 100%;
|
||||||
}
|
}
|
||||||
@media (max-width: 768px) {
|
@media (max-width: 768px) {
|
||||||
margin-top: 40px;
|
margin-top: 40px;
|
||||||
|
|||||||
@@ -503,6 +503,12 @@
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
text-align: unset;
|
text-align: unset;
|
||||||
|
.route_btn_title{
|
||||||
|
max-width: calc(100% - 21px);
|
||||||
|
white-space: nowrap;
|
||||||
|
overflow: hidden;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
&:not(&.inactive):not(&.unhovered){
|
&:not(&.inactive):not(&.unhovered){
|
||||||
&:hover{
|
&:hover{
|
||||||
@@ -576,6 +582,9 @@
|
|||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: calc(100% - 47px) 37px;
|
grid-template-columns: calc(100% - 47px) 37px;
|
||||||
gap: 10px;
|
gap: 10px;
|
||||||
|
.route_btn{
|
||||||
|
max-width: fit-content!important;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
.chat_btn{
|
.chat_btn{
|
||||||
padding: 6.5px;
|
padding: 6.5px;
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
{% load i18n %}
|
{% load i18n %}
|
||||||
|
|
||||||
<div class="respond_route_cont mobile" style="display: none;margin-top: 23px;">
|
<div class="respond_route_cont mobile" style="display: none;margin-top: 23px;">
|
||||||
<div class="route_btn unhovered" style="--route-btn-width: max-content;--route-btn-height: min-content;--route-btn-padding: 7.5px 11px;">
|
<div class="route_btn unhovered" style="--route-btn-height: min-content;--route-btn-padding: 7.5px 11px;">
|
||||||
<img src="{% static "v2/icons/widgets/w_route_card/phone.svg" %}" alt="">
|
<img src="{% static "v2/icons/widgets/w_route_card/phone.svg" %}" alt="">
|
||||||
<div class="route_btn_title big">
|
<div class="route_btn_title big">
|
||||||
{% if route.phone %}
|
{% if route.phone %}
|
||||||
|
|||||||
Reference in New Issue
Block a user