Sha256: 2e8d381d85fceb6c792ceb4bf5b7f3a7ff5a83be432629ccb65a47751477a755

Contents?: true

Size: 595 Bytes

Versions: 4

Compression:

Stored size: 595 Bytes

Contents

$minus_left_right_margin: -5px;  // отрицательные отступы слева и справа
$top_margin: 20px;               // отступ сверху
$bottom_margin: 25px;             // отступ снизу

@mixin style_photostudio {

  padding: 0;
  margin: $top_margin $minus_left_right_margin $bottom_margin $minus_left_right_margin;

  .slot_item {
    margin-bottom: 8px;

    @extend %slot_item_overlayed;

    div.photo {
      margin-bottom: 5px;

      > a {

        > img {

        }

      }

    }

    div.title {
      /*margin-bottom: 20px;*/
    }

  }

}

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
c80_album_gallery-0.1.0.4 app/assets/stylesheets/c80_album_gallery/_styles/style_photostudio.scss
c80_album_gallery-0.1.0.3 app/assets/stylesheets/c80_album_gallery/_styles/style_photostudio.scss
c80_album_gallery-0.1.0.2 app/assets/stylesheets/c80_album_gallery/_styles/style_photostudio.scss
c80_album_gallery-0.1.0.1 app/assets/stylesheets/c80_album_gallery/_styles/style_photostudio.scss