mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-12 09:24:23 +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;
|
|
}
|
|
}
|
|
}
|