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

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

- Page: https://pluginprobe.com/plugins/give/4.16.9/code/src/Views/Components/Input/style.module.scss
- Raw: https://pluginprobe.com/plugins/give/4.16.9/raw/src/Views/Components/Input/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/Input/style.module.scss#L10-L20`.

```scss
.input {
    background: #fff;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 150px;
    border-radius: 5px;
    border: 1px solid #ddd !important;
    border-bottom: 3px solid #ddd !important;

    &:active,
    &:focus {
        box-shadow: none !important;
        outline: 0 !important;
    }
}

```
