0.0.192
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user