1.0.5 add error_message for subscribe

This commit is contained in:
2024-05-08 14:24:06 +03:00
parent 4b588eb6e4
commit 14691d0ee4
6 changed files with 92 additions and 23 deletions

View File

@@ -1821,14 +1821,18 @@ a.open_inf_carrier{
.another_subscribe{
width: calc(100% - 50px);
padding: 0 20px;
padding: 10px 20px;
background: #FFFFFF;
box-shadow: -1px 4px 10px 0 rgba(198, 199, 203, 0.20), 0 -1px 10px 0 rgba(198, 199, 203, 0.20);
display: flex;
/*display: flex;*/
margin-bottom: 20px;
border-radius: 10px;
/*height: 76px;*/
}
.subscribe_wrpapper {
display: flex;
align-items: center;
height: 76px;
}
.name_subscribe_another{
@@ -1859,6 +1863,39 @@ a.open_inf_carrier{
height: 44px;
width: 160px;
}
.read_more_about_subscribe.error{
background: unset;
color: #FF613A;
width: unset;
height: unset;
font-size: 15px;
font-weight: 600;
cursor: pointer;
}
.error_order {
display: flex;
justify-content: space-between;
align-items: center;
border: 1px solid #FF613A;
padding: 5px;
border-radius: 10px;
margin-top: 10px;
width: 100%;
}
.error_icon{
vertical-align: middle;
}
.error_title {
font-weight: 600;
font-size: 14px;
}
.error_text {
font-weight: 400;
font-size: 12px;
}
.subscribe_was_paid{
color: #27242499;

View File

@@ -2023,6 +2023,11 @@ button#raise_route {
.remove_route.hide{
display: none;
}
.filter-orange{
filter: invert(43%) sepia(93%) saturate(1113%) hue-rotate(336deg) brightness(100%) contrast(102%);
}
.msg_send{
font-size: 24px;
text-align: center;