Sha256: 4e8ff204f50f716fb439dc58655080eed55512d76575ec23ba69927a63ebc2d6

Contents?: true

Size: 676 Bytes

Versions: 4

Compression:

Stored size: 676 Bytes

Contents

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

@mixin style_photostudio_widget {

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

  .slot_item {
    margin-bottom: 8px;
    float: left;
    margin-right: 15px;

    @extend %slot_item_overlayed;

    div.photo {
      margin-bottom: 5px;

      > a {

        > img {

        }

      }

    }

    div.title {
      /*margin-bottom: 20px;*/
      margin-left: 0 !important;
    }

  }

}

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_widget.scss
c80_album_gallery-0.1.0.3 app/assets/stylesheets/c80_album_gallery/_styles/style_photostudio_widget.scss
c80_album_gallery-0.1.0.2 app/assets/stylesheets/c80_album_gallery/_styles/style_photostudio_widget.scss
c80_album_gallery-0.1.0.1 app/assets/stylesheets/c80_album_gallery/_styles/style_photostudio_widget.scss