0.0.130 search routes

This commit is contained in:
SBD
2025-01-24 18:14:22 +03:00
parent e217506627
commit 4c7126f414
6 changed files with 130 additions and 31 deletions

View File

@@ -0,0 +1,20 @@
.b_filter_routes{
--form-title-font-size: 24px;
padding: 20px;
background: #FFFFFF;
border-radius: 10px;
.title{
font-size: var(--form-title-font-size);
font-weight: 700;
margin-bottom: 20px;
margin-top: 0;
}
form{
.field_container{
margin: 0 0 10px 0;
}
}
}