Clean White
Solid · .btn-clean-white
Text
Class name
Color hue
Radius · 10px
Size
.btn-clean-white {
display: inline-block;
padding: 12px 26px;
border: 1px solid #e2e8f0;
border-radius: 10px;
background: #ffffff;
color: #0f172a;
font-family: inherit;
font-size: 15px;
font-weight: 600;
cursor: pointer;
box-shadow: 0 1px 2px rgba(15, 23, 42, 0.08);
transition: box-shadow 0.2s ease, transform 0.2s ease;
}
.btn-clean-white:hover {
box-shadow: 0 4px 12px rgba(15, 23, 42, 0.14);
transform: translateY(-1px);
}
.btn-clean-white:active {
transform: translateY(0);
box-shadow: 0 1px 2px rgba(15, 23, 42, 0.08);
}