# stockpack/2.1/dist/css/stockpack-settings.css

StockPack – Stock photos and AI images from Unsplash, Adobe Stock, Freepik and more, version 2.1. 38 lines.

- Page: https://pluginprobe.com/plugins/stockpack/2.1/code/dist/css/stockpack-settings.css
- Raw: https://pluginprobe.com/plugins/stockpack/2.1/raw/dist/css/stockpack-settings.css
- Modified: 2019-12-03T06:19:48+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/stockpack/2.1/code/dist/css/stockpack-settings.css#L10-L20`.

```css
span.stockpack-verification:after {
    font-family: "dashicons";
    content: "\f460";
    color: #FFB900;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    font-size: 28px;
    vertical-align: middle;
}

.valid span.stockpack-verification:after {
    color: #46B450;
    content: "\f147";
}

.invalid span.stockpack-verification:after {
    color: #DC3232;
    content: "\f335";
}

#stockpack_basics tr.auth_token td {
    position: relative;
}

span.stockpack-message {
    position: absolute;
    top: -3px;
    color: #DC3232;
    opacity: 0;
}

td.invalid span.stockpack-message {
    opacity: 1;
}

.license-key-link{
    margin-left: 10px;
}
```
