Merge remote-tracking branch 'origin/main'

This commit is contained in:
2023-09-05 20:07:06 +03:00
6 changed files with 126 additions and 42 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;
}