blob: 1841573372326f63498f22680c947b7a9bb7b7b2 [file] [log] [blame]
// Buttons
@if $enable-rounded {
.btn {
border-radius: 6px;
&-lg {
border-radius: 8px;
}
&-sm {
border-radius: 6px;
}
}
}