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

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

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

```scss
.select {
    background: #fff;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 150px;
    border-radius: 5px;
    border: 1px solid #ddd;
    border-bottom: 3px solid #ddd;
    cursor: pointer;

    /* stylelint-disable */
    select {
        width: 100%;
        border: none;
        font-weight: 500;
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='13' height='8' viewBox='0 0 13 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.66016 7.19531C5.90625 7.44141 6.31641 7.44141 6.5625 7.19531L11.8945 1.89062C12.1406 1.61719 12.1406 1.20703 11.8945 0.960938L11.2656 0.332031C11.0195 0.0859375 10.6094 0.0859375 10.3359 0.332031L6.125 4.54297L1.88672 0.332031C1.61328 0.0859375 1.20312 0.0859375 0.957031 0.332031L0.328125 0.960938C0.0820312 1.20703 0.0820312 1.61719 0.328125 1.89062L5.66016 7.19531Z' fill='%23A2A3A2'/%3E%3C/svg%3E"),
            linear-gradient(to bottom, #fff 0%, #fff 100%);
        background-repeat: no-repeat, repeat;
        background-position: right 8px top 50%, 0 0;
        background-size: 0.65em auto, 100%;
        height: 100%;
        &:focus {
            box-shadow: none;
        }
    }
    /* stylelint-enable */
}

```
