dialog.scss in StockPack – Stock photos and AI images from Unsplash, Adobe Stock, Freepik and more 2.1, at assets/sass/dialog.scss
| 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 |