PluginProbe
StockPack – Stock photos and AI images from Unsplash, Adobe Stock, Freepik and more / 2.1
StockPack – Stock photos and AI images from Unsplash, Adobe Stock, Freepik and more v2.1
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 / list.scss

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

33 lines 701 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .stockpack-browser {
2 li.attachment {
3 button.download {
4 display: none;
5 height: 24px;
6 width: 24px;
7 padding: 0;
8 border: 0;
9 position: absolute;
10 z-index: 10;
11 bottom: 0;
12 right: 0;
13 outline: none;
14 background: #eee;
15 cursor: pointer;
16 box-shadow: 0 0 0 1px #fff, 0 0 0 2px rgba(0, 0, 0, 0.15);
17 span.dashicons-download {
18 font-family: "dashicons";
19 color: #fff;
20 font-size: 16px;
21 line-height: 25px;
22 }
23 }
24 &.details {
25 button.download {
26 display: block;
27 background-color: #0073aa;
28 box-shadow: 0 0 0 1px #fff,
29 0 0 0 2px #0073aa;
30 }
31 }
32 }
33 }