This commit is contained in:
2023-09-08 17:56:48 +03:00
parent 31379e0949
commit b0f138489d
5 changed files with 136 additions and 8 deletions

View File

@@ -16,16 +16,44 @@
}
.mb-10{
margin-bottom: 10px;
}
.orange-text{
color: #FF613A;
}
.fw-700{
font-weight: 700;
}
.fz-24{
font-size: 24px;
}
.c-txt-b2{
color: #272424;
}
.w-80{
width: 80%;
}
.m-a{
margin: auto;
}
.title_page{
font-size: 44px;
color: #272424;
font-weight: 700;
}
.m-t-8p{
margin-top: 8%;
}
.cut-width{
max-width: 1280px;
margin: auto;
@@ -898,6 +926,35 @@
/*display: inline-block;*/
}
.not_found_routes{
width: 98%;
height: 250px;
background: #FFFFFF;
box-shadow: -1px 4px 10px 0 rgba(198, 199, 203, 0.20), 0 -1px 10px 0 rgba(198, 199, 203, 0.20);
position: relative;
padding: 2%;
display: none;
}
.not_found_routes.show{
display: block;
}
.boxes_not_fond_routes{
position: absolute;
width: 147px;
height: 129px;
bottom: 25%;
}
.boxes_not_fond_routes.left{
left: -10px;
}
.boxes_not_fond_routes.right{
right: -10px;
}
.carrier-card{
width: 100%;
/*height: 830px;*/