This commit is contained in:
2023-08-29 16:22:49 +03:00
parent a470bc3325
commit 58f42c4651
3 changed files with 31 additions and 3 deletions

View File

@@ -11,7 +11,7 @@
}
.text-align-center{
text-align: center;
text-align: -webkit-center;
width: 100%;
}
@@ -552,6 +552,8 @@
padding: 20px;
font-size: 16px;
display: block;
overflow: hidden;
text-overflow: ellipsis;
}
.insert_users{
@@ -1460,4 +1462,17 @@
font-size: 18px;
font-weight: 600;
border-radius: 10px;
}
.button-find-more-routes.hide{
display: none;
}
.loader_f_loading_routes{
width: 25px;
height: 25px;
display: none;
}
.loader_f_loading_routes.show{
display: block;
}