0.0.129 add bad remove_route_button design

This commit is contained in:
2023-09-05 18:39:49 +03:00
parent ff47788d36
commit 7002bd2600
2 changed files with 33 additions and 22 deletions

View File

@@ -1632,25 +1632,26 @@ button#remove_route {
}
button.confirm_remove{
width: 49% !important;
background: #ff0000a8;
border: 1px solid #ff0000a8;
border-radius: 10px;
color: white;
color: #ff0000a8;
font-style: normal;
font-weight: 600;
margin-right: 3px;
padding: 5px 0px 5px 0px;
font-size: 16px;
}
button.cancel_remove{
width: 48%;
background: #808080cc;
border: 1px solid #808080cc;
border-radius: 10px;
color: white;
color: #808080cc;
font-style: normal;
font-weight: 600;
padding: 5px 0px 5px 0px;
font-size: 16px;
}