Pushable Azure
3D & Tactile · .btn-pushable-azure
Text
Class name
Color hue
Radius · pill
Size
.btn-pushable-azure {
display: inline-block;
padding: 12px 28px;
border: none;
border-radius: 999px;
background: #0ea5e9;
color: #ffffff;
font-family: inherit;
font-size: 15px;
font-weight: 700;
cursor: pointer;
box-shadow: 0 6px 0 #075985;
transition: transform 0.1s ease, box-shadow 0.1s ease;
}
.btn-pushable-azure:hover {
transform: translateY(-2px);
box-shadow: 0 8px 0 #075985;
}
.btn-pushable-azure:active {
transform: translateY(4px);
box-shadow: 0 2px 0 #075985;
}