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

SendWP, version 1.0.0. 8 lines.

- Page: https://pluginprobe.com/plugins/sendwp/1.0.0/code/assets/css/admin/notices.css
- Raw: https://pluginprobe.com/plugins/sendwp/1.0.0/raw/assets/css/admin/notices.css
- Modified: 2019-03-19T15:23:58+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.0.0/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;
}
```
