Dashed Craft
Outline & Ghost · .btn-dashed-craft
Text
Class name
Color hue
Radius · 10px
Size
.btn-dashed-craft {
display: inline-block;
padding: 12px 26px;
border: 2px dashed #8b95a5;
border-radius: 10px;
background: transparent;
color: #8b95a5;
font-family: inherit;
font-size: 15px;
font-weight: 600;
cursor: pointer;
transition: border-color 0.2s ease, color 0.2s ease;
}
.btn-dashed-craft:hover {
border-color: #38bdf8;
color: #38bdf8;
}
.btn-dashed-craft:active {
border-style: solid;
}