# sendy/trunk/resources/css/modal.css

Sendy, version trunk. 27 lines.

- Page: https://pluginprobe.com/plugins/sendy/trunk/code/resources/css/modal.css
- Raw: https://pluginprobe.com/plugins/sendy/trunk/raw/resources/css/modal.css
- Modified: 2024-12-02T11:23:28+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/sendy/trunk/code/resources/css/modal.css#L10-L20`.

```css
#sendy-modal {
    .form-field {
        label {
            display: block;
            margin-bottom: .25em;
        }

        select {
            display: block;
            width: 100%;
            max-width: 100%;
        }

        input[type=number] {
            width: 100%;
        }

        .description {
            font-size: .8em;
        }
    }
}

#sendy-create-shipments-modal {
    display: none;
}

```
