Sha256: 9d48a64dee9d247efc36461074c8610ea7f926931a23b39038aa60b6ebfa9332

Contents?: true

Size: 566 Bytes

Versions: 2

Compression:

Stored size: 566 Bytes

Contents

//
// Responsive: Landscape phone to desktop/tablet
// --------------------------------------------------


@media (max-width: 767px)

  #notifications
    .notifications
      @include grid-core-span(12, $fluidGridColumnWidth, $fluidGridGutterWidth)
      margin-left: 0
      .list
        .notification
          .notification
            @include ellipsis
          .date-ago
            float: none
            display: block

  


 
   



// UP TO LANDSCAPE PHONE
// ---------------------

@media (max-width: 480px)

  #notifications
  .notifications
    h1

Version data entries

2 entries across 2 versions & 2 rubygems

Version Path
social_stream-2.0.0.beta1 base/app/assets/stylesheets/social_stream/base/notifications/responsive/_responsive-767px-max.css.sass
social_stream-base-2.0.0.beta1 app/assets/stylesheets/social_stream/base/notifications/responsive/_responsive-767px-max.css.sass