This commit is contained in:
2023-08-15 15:16:32 +03:00
parent 122e041b08
commit 9e3306f1be
3 changed files with 60 additions and 3 deletions

View File

@@ -812,8 +812,9 @@
min-height: 660px;
background: #FFFFFF;
box-shadow: -1px 4px 10px 0 rgba(198, 199, 203, 0.20), 0 -1px 10px 0 rgba(198, 199, 203, 0.20);
width: 30%;
width: 26%;
float: left;
padding: 2%;
}
.block-finded-routes{
@@ -1281,4 +1282,28 @@
.periud_subscribe{
padding-top: 10px;
font-size: 16px;
}
/*filters find route*/
.title_filters_find_route{
font-weight: 700;
font-size: 24px;
text-align: center;
width: 100%;
color: #272424;
}
.method_transport{
position: relative;
width: 100%;
}
.method_transport_inp_hide{
z-index: -1;
position: absolute;
}
.method_transport_inp{
}

View File

@@ -603,11 +603,19 @@ input.deactive {
}
.custom-checkbox+label {
display: inline-flex;
align-items: center;
display: block;
user-select: none;
}
.custom-checkbox+label > span {
display: block;
user-select: none;
float: right;
text-align: left;
width: 86%;
padding-top: 2%;
}
.custom-checkbox+label::before {
content: '';
display: inline-block;