0.0.42 fix form

This commit is contained in:
SBD
2025-01-16 17:18:12 +03:00
parent b3e8d75539
commit 529b324817
8 changed files with 68 additions and 23 deletions

View File

@@ -1,6 +1,7 @@
.w_route_card {
padding: 20px;
--route-card-bg: #FFFFFF;
--route-card-margin: 20px 0;
--route-card-box_shadow: 0 -1px 10px rgba(198, 199, 203, 0.2), -1px 4px 10px rgba(198, 199, 203, 0.2);
--route-text-color: #272424;
@@ -34,6 +35,7 @@
--route-btn-text-data-color: #27242499;
background: var(--route-card-bg);
margin: var(--route-card-margin);
box-shadow: var(--route-card-box_shadow);
border-radius: 10px;
color: var(--route-text-color);
@@ -84,6 +86,9 @@
background: #E6E6E6;
}
.card_owner_type{
&.mover{
--route-owner-type-color: #45C226;
}
font-size: var(--medium-font-size);
color: var(--route-owner-type-color);
font-weight: 600;
@@ -174,7 +179,7 @@
border-radius: 100%;
position: absolute;
top: -10px;
z-index: 2;
z-index: 11;
&:first-of-type{
border: 3px solid #065BFF;
left: 0;
@@ -202,6 +207,7 @@
z-index: 10;
background-image: url("/static/v2/icons/widgets/w_route_card/route_arrow.svg");
background-repeat: repeat-x;
background-size: 10px;
}
}
}