Fill Slide
Outline & Ghost · .btn-fill-slide
Text
Class name
Color hue
Radius · 10px
Size
.btn-fill-slide {
display: inline-block;
padding: 12px 26px;
border: 2px solid #f43f5e;
border-radius: 10px;
background: transparent;
color: #f43f5e;
font-family: inherit;
font-size: 15px;
font-weight: 600;
cursor: pointer;
transition: box-shadow 0.3s ease, color 0.3s ease;
}
.btn-fill-slide:hover {
box-shadow: inset 14em 0 0 0 #f43f5e;
color: #ffffff;
}
.btn-fill-slide:active {
border-color: #e11d48;
}