mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-11 17:12:51 +00:00
16 lines
200 B
SCSS
16 lines
200 B
SCSS
// Buttons
|
|
|
|
@if $enable-rounded {
|
|
.btn {
|
|
border-radius: 1rem;
|
|
|
|
&-lg {
|
|
border-radius: 2rem;
|
|
}
|
|
|
|
&-sm {
|
|
border-radius: 1rem;
|
|
}
|
|
}
|
|
}
|