PluginProbe
StockPack – Stock photos and AI images from Unsplash, Adobe Stock, Freepik and more / 2.2
StockPack – Stock photos and AI images from Unsplash, Adobe Stock, Freepik and more v2.2
3.7.0 3.6.0 3.6.1 3.5.2 trunk 2.0 2.1 2.2 2.3 2.4 2.4.1 2.4.2 2.4.3 2.5.0 2.5.1 2.5.2 2.5.3 2.5.4 2.5.5 2.5.6 2.5.7 2.6.0 2.6.1 3.0.0 3.0.1 All 71 releases
stockpack / dist / css / stockpack-settings.css

stockpack-settings.css in StockPack – Stock photos and AI images from Unsplash, Adobe Stock, Freepik and more 2.2, at dist/css/stockpack-settings.css

38 lines 671 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 span.stockpack-verification:after {
2 font-family: "dashicons";
3 content: "\f460";
4 color: #FFB900;
5 display: inline-block;
6 -webkit-font-smoothing: antialiased;
7 font-size: 28px;
8 vertical-align: middle;
9 }
10
11 .valid span.stockpack-verification:after {
12 color: #46B450;
13 content: "\f147";
14 }
15
16 .invalid span.stockpack-verification:after {
17 color: #DC3232;
18 content: "\f335";
19 }
20
21 #stockpack_basics tr.auth_token td {
22 position: relative;
23 }
24
25 span.stockpack-message {
26 position: absolute;
27 top: -3px;
28 color: #DC3232;
29 opacity: 0;
30 }
31
32 td.invalid span.stockpack-message {
33 opacity: 1;
34 }
35
36 .license-key-link{
37 margin-left: 10px;
38 }