Advertisement
Guest User

Untitled

a guest
Jun 28th, 2016
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. .leaderboard-ad {
  2. display: none;
  3. @include respond-to( $breakpoint-tablet-wide ) {
  4. display: block;
  5. background-color: $color-bg-ad;
  6. padding: $margin-s 0;
  7. margin-bottom: $margin-m;
  8. min-height: 7.5625rem;
  9. text-align: center;
  10. & .ad-container {
  11. min-width: rem( 728px );
  12. }
  13. &.long-form-article-leaderboard {
  14. width: 100vw;
  15. margin-left: calc(-50vw + 50%);
  16. }
  17. }
  18. @include respond-to( $breakpoint-desktop ) {
  19. width: 100vw;
  20. margin-left: calc(-50vw + 50%);
  21. }
  22. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement