# give/4.16.9/src/Views/Components/AdminUI/ButtonGroup/style.scss

GiveWP – Donation Plugin and Fundraising Platform, version 4.16.9. 20 lines.

- Page: https://pluginprobe.com/plugins/give/4.16.9/code/src/Views/Components/AdminUI/ButtonGroup/style.scss
- Raw: https://pluginprobe.com/plugins/give/4.16.9/raw/src/Views/Components/AdminUI/ButtonGroup/style.scss
- Modified: 2023-10-16T17:55:46+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/give/4.16.9/code/src/Views/Components/AdminUI/ButtonGroup/style.scss#L10-L20`.

```scss
.givewp-button-group {
    display: flex;

    &.space-between {
        justify-content: space-between;
    }

    &.center {
        justify-content: center;
    }

    &.left {
        justify-content: flex-start;
    }

    &.right {
        justify-content: flex-end;
    }
}

```
