Outline Blue
Outline & Ghost · .btn-outline-blue
Text
Class name
Color hue
Radius · 10px
Size
.btn-outline-blue {
display: inline-block;
padding: 12px 26px;
border: 2px solid #3b82f6;
border-radius: 10px;
background: transparent;
color: #3b82f6;
font-family: inherit;
font-size: 15px;
font-weight: 600;
cursor: pointer;
transition: background 0.2s ease, color 0.2s ease;
}
.btn-outline-blue:hover {
background: #3b82f6;
color: #ffffff;
}
.btn-outline-blue:active {
background: #2563eb;
border-color: #2563eb;
}