Ghost Slate
Outline & Ghost · .btn-ghost-slate
Text
Class name
Color hue
Radius · 10px
Size
.btn-ghost-slate {
display: inline-block;
padding: 12px 26px;
border: none;
border-radius: 10px;
background: transparent;
color: #94a3b8;
font-family: inherit;
font-size: 15px;
font-weight: 600;
cursor: pointer;
transition: background 0.2s ease, color 0.2s ease;
}
.btn-ghost-slate:hover {
background: rgba(148, 163, 184, 0.15);
color: #e2e8f0;
}
.btn-ghost-slate:active {
background: rgba(148, 163, 184, 0.25);
}