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

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

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

```scss
.givewp-input {
    width: 100%;
    padding: 10px !important;
    font-size: 1rem;
    &.label > * {
        margin-right: 10px !important;
    }
}


```
