Sha256: 2ee9008b6a2050144458776dc5b99e4b79469e21d230cc060b0e0ff5df7f5fec

Contents?: true

Size: 991 Bytes

Versions: 8

Compression:

Stored size: 991 Bytes

Contents

.gallery {
  margin-left: -5px;

  > ul {
    margin-bottom: 0;
  }

  li {
    margin-bottom: 10px !important;
  }

  .picture {
    position: relative;
    overflow: hidden;
    cursor: pointer;

    .tags {
      position: absolute;
      right: 2px;
      top: 2px;
      direction: rtl;

      .label {
        display: table;
        margin-bottom: 2px;
        text-align: left;
        direction: ltr;
      }
    }

    &:hover {
      .actions {
        bottom: 0;
      }
    }

    .actions {
      width: 100%;
      position: absolute;
      background-color: $galleryActionsBackground;
      height: 35px;
      left: 0;
      bottom: -35px;
      @include clearfix;
      @include transition(bottom 100ms ease);

      &.show-actions {
        bottom: 0;
      }

      .btn-link {
        color: $galleryActionsColor;
        text-shadow: none;
      }

      .pull-right {
        .btn-link {
          position: relative;
          top: 1px;
        }
      }
    }
  }
}

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
cg_app_base-1.1.1 app/assets/stylesheets/flatty/theme/pages/_gallery.scss
cg_app_base-1.0.78 app/assets/stylesheets/flatty/theme/pages/_gallery.scss
cg_app_base-1.0.62 app/assets/stylesheets/flatty/theme/pages/_gallery.scss
cg_app_base-1.0.56 app/assets/stylesheets/flatty/theme/pages/_gallery.scss
cg_app_base-1.0.55 app/assets/stylesheets/flatty/theme/pages/_gallery.scss
cg_app_base-1.0.54 app/assets/stylesheets/flatty/theme/pages/_gallery.scss
cg_app_base-1.0.52 app/assets/stylesheets/flatty/theme/pages/_gallery.scss
cg_app_base-1.0.51 app/assets/stylesheets/flatty/theme/pages/_gallery.scss