Bold Stroke
Outline & Ghost · .btn-bold-stroke
Text
Class name
Color hue
Radius · 12px
Size
.btn-bold-stroke {
display: inline-block;
padding: 12px 26px;
border: 3px solid #22c55e;
border-radius: 12px;
background: transparent;
color: #22c55e;
font-family: inherit;
font-size: 15px;
font-weight: 700;
cursor: pointer;
transition: background 0.2s ease, color 0.2s ease;
}
.btn-bold-stroke:hover {
background: #22c55e;
color: #052e16;
}
.btn-bold-stroke:active {
background: #16a34a;
border-color: #16a34a;
}