1.0.0 upd view for my_routes
This commit is contained in:
@@ -1980,7 +1980,7 @@ input#id_extra_phone
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
button#edit_route {
|
||||
button#raise_route {
|
||||
display: block;
|
||||
height: 44px;
|
||||
width: 100%;
|
||||
@@ -1994,7 +1994,18 @@ button#edit_route {
|
||||
line-height: 26px;
|
||||
border-radius: 10px;
|
||||
text-align: center;
|
||||
margin-bottom: 5px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.edit_route{
|
||||
width: 68%;
|
||||
height: 44px;
|
||||
border-radius: 10px;
|
||||
background: #E6E6E6;
|
||||
|
||||
}
|
||||
.edit_route.hide{
|
||||
display: none;
|
||||
}
|
||||
|
||||
.button_remove_route {
|
||||
@@ -2006,7 +2017,7 @@ button#edit_route {
|
||||
|
||||
.remove_route {
|
||||
height: 44px;
|
||||
width: 285px;
|
||||
width: 30%;
|
||||
color: rgba(39, 36, 36, 0.60);
|
||||
}
|
||||
.remove_route.hide{
|
||||
|
||||
Reference in New Issue
Block a user