Offset Pop
Outline & Ghost · .btn-offset-pop
Text
Class name
Color hue
Radius · 8px
Size
.btn-offset-pop {
display: inline-block;
padding: 12px 26px;
border: none;
border-radius: 8px;
outline: 2px solid #f59e0b;
outline-offset: 3px;
background: transparent;
color: #f59e0b;
font-family: inherit;
font-size: 15px;
font-weight: 600;
cursor: pointer;
transition: outline-offset 0.2s ease, background 0.2s ease;
}
.btn-offset-pop:hover {
outline-offset: 7px;
background: rgba(245, 158, 11, 0.12);
}
.btn-offset-pop:active {
outline-offset: 1px;
}