0.0.139 routes

This commit is contained in:
SBD
2025-01-31 20:00:42 +03:00
parent 8496a0844c
commit 70dd911445
4 changed files with 49 additions and 12 deletions

View File

@@ -118,6 +118,7 @@
z-index: 10;
}
.route_card_text_container{
position: relative;
@media (max-width: 992px) {
--big-font-size: 14px;
}
@@ -127,11 +128,34 @@
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;
&.msg{
.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_msg_for_unregistered_user{
position: absolute;
top: 0;
width: 100%;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
gap: 10px;
img{
width: 32px;
height: 32px;
display: block;
}
div{
font-size: 12px;
width: 215px;
overflow-wrap: break-word;
color: #27242499;
}
}
}
}
.route_card_owner_info{