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