toolbar.scss in StockPack – Stock photos and AI images from Unsplash, Adobe Stock, Freepik and more 2.1, at assets/sass/toolbar.scss
| 1 | .media-toolbar { |
| 2 | .stockpack-attribution { |
| 3 | display: inline-block; |
| 4 | &.hidden{ |
| 5 | display: none; |
| 6 | } |
| 7 | .attribution{ |
| 8 | margin-left: 0; |
| 9 | @include r(1080) { |
| 10 | width: 280px; |
| 11 | position: fixed; |
| 12 | bottom:40px; |
| 13 | max-width: 70%; |
| 14 | } |
| 15 | @include r(785) { |
| 16 | bottom:20px; |
| 17 | } |
| 18 | |
| 19 | @include r(640) { |
| 20 | bottom:-11px; |
| 21 | } |
| 22 | @include r(520) { |
| 23 | bottom:54px; |
| 24 | } |
| 25 | } |
| 26 | .author-info{ |
| 27 | display: block; |
| 28 | } |
| 29 | } |
| 30 | } |
| 31 |