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 / assets / sass / empty.scss

empty.scss in StockPack – Stock photos and AI images from Unsplash, Adobe Stock, Freepik and more 2.2, at assets/sass/empty.scss

46 lines 866 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .stockpack-browser {
2 .stockpack-empty {
3 margin-bottom: 20px;
4 padding: 0;
5 text-align: center;
6 .no-data {
7 position: absolute;
8 top: 30%;
9 left: 0;
10 right: 300px;
11 @include r(900) {
12 right: 267px;
13 }
14 @include r(640) {
15 left: 10px;
16 right: 10px;
17 }
18 h2 {
19 font-size: 20px;
20 line-height: 28px;
21 font-weight: 400;
22 margin: 0;
23 }
24 a.stockpack-link {
25 display: inline-block;
26 line-height: 32px;
27 padding-right: 20px;
28 }
29 pre {
30 width: 400px;
31 padding: 12px;
32 margin-bottom: 12px;
33 border-left: 4px solid #dc3232;
34 background-color: #fbeaea;
35 margin: 20px auto;
36 white-space: pre-wrap;
37
38 @include r(760) {
39 max-width: 100%;
40 }
41 }
42 }
43 }
44 }
45
46