![Hover-image](https://i.stack.imgur.com/Io7Vg.png)
Мне нужен контактный формуляр 7 submit
дизайн кнопки при наведении курсора с боковой стрелкой, как показано на рисунке ниже, как это сделать?
Вот мой css
[submit "submit class:test] .wpcf7 input[type="submit"],
.wpcf7 input[type="button"] {
background-color: #C2E8F5;
width: 100%;
text-align: center;
text-transform: uppercase;
margin-top: 15px;
padding: 10px;
}
/* this is contact form 7 code*/
.et_pb_button:after,
.et_pb_button:before {
position: absolute;
margin-left: -1em;
opacity: 0;
text-shadow: none;
font-size: 32px;
font-weight: 400;
font-style: normal;
font-variant: none;
line-height: 1em;
text-transform: none;
content: "\35";
}