0.0.142 routes
This commit is contained in:
@@ -1,12 +1,16 @@
|
||||
.b_filter_routes{
|
||||
--form-title-font-size: 24px;
|
||||
|
||||
padding: 20px;
|
||||
background: #FFFFFF;
|
||||
|
||||
border-radius: 10px;
|
||||
height: fit-content;
|
||||
box-sizing: border-box;
|
||||
|
||||
.b_filter_routes_content{
|
||||
box-sizing: border-box;
|
||||
border-radius: 10px;
|
||||
padding: 20px;
|
||||
background: #FFFFFF;
|
||||
}
|
||||
.title{
|
||||
font-size: var(--form-title-font-size);
|
||||
font-weight: 700;
|
||||
@@ -19,4 +23,18 @@
|
||||
margin: 0 0 10px 0;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 800px) {
|
||||
--modal-width: calc(100% - 32px);
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
.b_filter_routes_content{
|
||||
width: var(--modal-width);
|
||||
position: fixed;
|
||||
top: 169px;
|
||||
z-index: 100000000;
|
||||
left: calc(50dvw - (var(--modal-width) / 2));
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user