Dark Ghost Line
Dark UI · .btn-dark-ghost-line
Text
Class name
Color hue
Radius · 10px
Size
.btn-dark-ghost-line {
display: inline-block;
padding: 12px 26px;
border: 1px solid #334155;
border-radius: 10px;
background: transparent;
color: #94a3b8;
font-family: inherit;
font-size: 15px;
font-weight: 600;
cursor: pointer;
transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
}
.btn-dark-ghost-line:hover {
border-color: #64748b;
color: #e2e8f0;
background: rgba(148, 163, 184, 0.06);
}
.btn-dark-ghost-line:active {
background: rgba(148, 163, 184, 0.12);
}