Sha256: b1730b8d95fa4fc5bf343e60b56feae8ffd95c5cbc35993f8b0f49756f9451d9

Contents?: true

Size: 772 Bytes

Versions: 3

Compression:

Stored size: 772 Bytes

Contents


.galleries--index .mini {
  float: left;
}

.galleries--title {
  // text-align: center;
}

.galleries-show {
  > * {
    border-bottom: 2px solid red;
  }

  > *:last-child {
    border-bottom: none;
  }

  .row-large .goto {
    display: none;
  }

}


// .row-thumbs .item {
//   margin-bottom: 1em;
//   img {
//     margin-top: 10px;
//   }
// }

.row-large .item {
  // border: 1px solid red;
  border-radius: 20px;

  display: block;
  margin-bottom: 1em;
  max-height: 95vh;
  padding: 10px;
  padding-bottom: 50px;
  background: #cecece;

  .wrapper {
    width: 100%;
    height: 80vh;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;

    img {
      max-height: 100%;
      max-width: 100%;
    }
  }
}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
ish_manager-0.1.8.323 app/assets/stylesheets/ish_manager/galleries.scss
ish_manager-0.1.8.322 app/assets/stylesheets/ish_manager/galleries.scss
ish_manager-0.1.8.321 app/assets/stylesheets/ish_manager/galleries.scss