0.0.225 upd mobile_styles.css

This commit is contained in:
2023-11-16 16:50:15 +03:00
parent ce230e80a5
commit 298e3861cf
2 changed files with 120 additions and 37 deletions

View File

@@ -1825,7 +1825,7 @@ input#id_extra_phone
button#edit_route {
display: block;
height: 44px;
width: 98%;
width: 100%;
background: #FF613A;
color: #FFF;
font-family: Inter;
@@ -1840,7 +1840,9 @@ button#edit_route {
}
.button_remove_route {
display: inline-block;
display: inline-block;
width: 100%;
text-align: center;
}
@@ -1849,7 +1851,7 @@ button#remove_route {
width: 285px;
}
button.confirm_remove{
width: 49% !important;
width: 49.5%;
border: 1px solid #ff0000a8;
border-radius: 10px;
color: #ff0000a8;
@@ -1858,10 +1860,11 @@ button.confirm_remove{
margin-right: 3px;
/*padding: 5px 0px 5px 0px;*/
font-size: 16px;
height: 44px;
}
button.cancel_remove{
width: 48%;
width: 49.5%;
border: 1px solid #808080cc;
border-radius: 10px;
color: #808080cc;
@@ -1869,6 +1872,7 @@ button.cancel_remove{
font-weight: 600;
/*padding: 5px 0px 5px 0px;*/
font-size: 16px;
height: 44px;
}