# give/4.16.9/src/Campaigns/Blocks/shared/components/GridControl/styles.scss

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

- Page: https://pluginprobe.com/plugins/give/4.16.9/code/src/Campaigns/Blocks/shared/components/GridControl/styles.scss
- Raw: https://pluginprobe.com/plugins/give/4.16.9/raw/src/Campaigns/Blocks/shared/components/GridControl/styles.scss
- Modified: 2025-03-31T19:17:16+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/Campaigns/Blocks/shared/components/GridControl/styles.scss#L10-L20`.

```scss
.give-campaign-components-gridLayout {
    background-color: #d9d9d9;
    padding: 16px;
    margin-bottom: 16px;

    &__columns {
        padding: 8px;
        gap: 8px;
        border-radius: 2px;
        border: 1px dashed #000000;
        display: flex;
        justify-content: space-between;
        flex-direction: row;

        &-item {
            flex: 1;
            height: 42px;
            border-radius: 2px;
            background-color: #2271b1;
        }
    }
}

```
