This commit is contained in:
2023-08-30 13:04:18 +03:00
parent c3163a8571
commit 44b1b8ac56
4 changed files with 58 additions and 38 deletions

View File

@@ -1477,6 +1477,16 @@
display: block;
}
.loader_filters_routes{
width: 25px;
height: 25px;
display: none;
}
.loader_filters_routes.show{
display: block;
}
.line_separator_page_w_el{
width: 100%;
border-bottom: 1px solid #919BA5;