0.0.137 scroll search route results

This commit is contained in:
SBD
2025-01-31 19:03:01 +03:00
parent 0407cadd50
commit fe110b1eb9
4 changed files with 23 additions and 12 deletions

View File

@@ -124,6 +124,13 @@
margin: var(--route-text-container-margin);
border-radius: var(--route-text-container-border-radius);
font-size: var(--big-font-size);
.route_card_text_container_txt{
background-image: linear-gradient(94.66deg, rgba(0, 0, 0, 1) 0%, rgba(241, 241, 241, 0) 8.64%, rgba(241, 241, 241, 0.98) 16.62%);
color: transparent;
background-clip: text;
-webkit-background-clip: text;
}
}
.route_card_owner_info{
height: 47px;