Chevron Next
Shapes · .btn-chevron-next
Text
Class name
Color hue
Radius · 0px
Size
.btn-chevron-next {
display: inline-block;
padding: 13px 44px 13px 26px;
border: none;
border-radius: 0;
background: #10b981;
color: #022c22;
font-family: inherit;
font-size: 15px;
font-weight: 700;
cursor: pointer;
clip-path: polygon(0 0, calc(100% - 18px) 0, 100% 50%, calc(100% - 18px) 100%, 0 100%);
transition: filter 0.2s ease;
}
.btn-chevron-next:hover {
filter: brightness(1.1);
}
.btn-chevron-next:active {
filter: brightness(0.9);
}