aboutsummaryrefslogtreecommitdiff
path: root/themes/docsy/assets/scss/_buttons.scss
blob: 4ec13218494f6c7644bca099ab7ab23e5cd7aa20 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// Buttons

@if $enable-rounded {
    .btn {
        border-radius: 1rem;

        &-lg {
            border-radius: 2rem;
        }

        &-sm {
            border-radius: 1rem;
        }
    }
}