1.1.6 upd raise and highlight function in my_routes

This commit is contained in:
2024-06-10 12:40:20 +03:00
parent 2996e84433
commit ef8337582f
5 changed files with 92 additions and 53 deletions

View File

@@ -697,12 +697,13 @@ header .header-second {
position: absolute;
background-color: white;
border-radius: 10px;
width: 272px;
height: 175px;
box-shadow: -1px 4px 10px 0px rgba(198, 199, 203, 0.20), 0px -1px 10px 0px rgba(198, 199, 203, 0.20);
z-index: 1;
border: 1px solid #FF613A;
padding: 0 10px;
left: 0;
right: 0;
margin: 0 18px;
}
.control_frame.show{
@@ -726,6 +727,28 @@ button#send_upgrade:hover {
border-radius: 15px;
}
.success_rising{
display: none;
}
.success_rising.show{
display: block;
padding: 5px;
}
.success_rising_text{
text-align: center;
padding-bottom: 10px;
}
.close_success_rising{
cursor: pointer;
width: 100%;
padding-bottom: 5px;
}
.upd_form.hide{
display: none;
}
.from_address_point_txt.red_text{
color: #ff0000;
}