0.0.129 add bad remove_route_button design
This commit is contained in:
@@ -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;
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user