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 / dialog.scss

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

35 lines 481 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .stockpack-dialog {
2 z-index: 200103;
3
4 .message {
5 max-width: 100%;
6 width: 480px;
7
8 a {
9 &:hover {
10 cursor: pointer;
11 }
12 }
13
14 p.stockpack-error {
15 color: #dc3232;
16 }
17
18 .iframe-status {
19 font-style: italic;
20 border-left: 3px solid #444;
21 margin: 0 0 5px;
22 padding: 0 10px 0;
23 }
24
25 .stockpack-dialog-state {
26 font-weight: bold;
27 }
28
29 .stockpack-dialog-external {
30 font-style: italic;
31 }
32 }
33 }
34
35