Advertisement
Guest User

Untitled

a guest
Aug 17th, 2017
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. .more-photos {
  2. @extend .g-more-btn;
  3. pointer-events: all;
  4. border: none;
  5. font-size: 14px;
  6. line-height: 20px;
  7. vertical-align: middle;
  8.  
  9. &[data-count] {
  10. display: none !important;
  11. }
  12. @include _miw(401) {
  13. &[data-count='4'] {
  14. display: none !important;
  15. }
  16. }
  17.  
  18. @include _mw(400) {
  19. &[data-count='3'] {
  20. display: none !important;
  21. }
  22. }
  23.  
  24. &:after {
  25. content: counter(photos);
  26. }
  27. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement