# give/4.16.9/src/Views/Components/Button/style.module.scss

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

- Page: https://pluginprobe.com/plugins/give/4.16.9/code/src/Views/Components/Button/style.module.scss
- Raw: https://pluginprobe.com/plugins/give/4.16.9/raw/src/Views/Components/Button/style.module.scss
- Modified: 2021-11-23T23:55:18+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/Button/style.module.scss#L10-L20`.

```scss
.button {
    background: #f7f7f7;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 35px;
    border-radius: 3px;
    border: 1px solid #ddd;
    border-bottom: 3px solid #ddd;
    cursor: pointer;
    padding: 0 16px;

    &:focus {
        outline: none;
        box-shadow: none;
        border-color: #ddd;
    }

    &.icon {
        padding: 0 8px;
    }
}

```
