1.0.5 add error_message for subscribe
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user