Ticket Stub
Shapes · .btn-ticket-stub
Text
Class name
Color hue
Radius · n/a
Size
.btn-ticket-stub {
display: inline-block;
padding: 14px 34px;
border: none;
background: #e11d48;
color: #ffffff;
font-family: inherit;
font-size: 14px;
font-weight: 700;
letter-spacing: 0.12em;
cursor: pointer;
clip-path: polygon(0 0, 100% 0, 100% 38%, calc(100% - 10px) 50%, 100% 62%, 100% 100%, 0 100%, 0 62%, 10px 50%, 0 38%);
transition: background 0.2s ease;
}
.btn-ticket-stub:hover {
background: #be123c;
}
.btn-ticket-stub:active {
background: #9f1239;
}