Stamp Dashed
Shapes · .btn-stamp-dashed
Text
Class name
Color hue
Radius · 8px
Size
.btn-stamp-dashed {
display: inline-block;
padding: 14px 30px;
border: none;
border-radius: 8px;
outline: 2px dashed rgba(255, 255, 255, 0.75);
outline-offset: -7px;
background: #7c3aed;
color: #ffffff;
font-family: inherit;
font-size: 15px;
font-weight: 600;
cursor: pointer;
transition: outline-offset 0.2s ease, background 0.2s ease;
}
.btn-stamp-dashed:hover {
outline-offset: -5px;
background: #6d28d9;
}
.btn-stamp-dashed:active {
outline-offset: -9px;
}