# sendwp/1.2.5/assets/css/admin/notices.css

SendWP, version 1.2.5. 8 lines.

- Page: https://pluginprobe.com/plugins/sendwp/1.2.5/code/assets/css/admin/notices.css
- Raw: https://pluginprobe.com/plugins/sendwp/1.2.5/raw/assets/css/admin/notices.css
- Modified: 2019-11-22T15:03:32+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/sendwp/1.2.5/code/assets/css/admin/notices.css#L10-L20`.

```css
.sendwp-notice {
    padding-left: 110px;
    min-height: 47px;
    background-image: url('../../img/logo-render.png');
    background-repeat: no-repeat;
    background-size: 130px 45px;
    background-position: -10px center;
}
```
