0.0.280 upd confirm_remove button

This commit is contained in:
2023-11-30 17:25:56 +03:00
parent 6191980dc7
commit 9772d7670b
4 changed files with 61 additions and 38 deletions

View File

@@ -1874,13 +1874,18 @@ button#edit_route {
}
button#remove_route {
.remove_route {
height: 44px;
width: 285px;
color: rgba(39, 36, 36, 0.60);
}
.remove_route.hide{
display: none;
}
button.confirm_remove{
width: 49.5%;
width: 48.5%;
border: 1px solid #ff0000a8;
border-radius: 10px;
color: #ff0000a8;
@@ -1890,6 +1895,7 @@ button.confirm_remove{
/*padding: 5px 0px 5px 0px;*/
font-size: 16px;
height: 44px;
display: none;
}
button.cancel_remove{
@@ -1902,9 +1908,14 @@ button.cancel_remove{
/*padding: 5px 0px 5px 0px;*/
font-size: 16px;
height: 44px;
display: none;
}
button.cancel_remove.show, button.confirm_remove.show{
display: inline-block;
}
/*Static_pages*/
#title_static{