Sha256: 121f59598a6069b6b2441502b71405d439f48debd51cde28dca73110598a7023

Contents?: true

Size: 1.71 KB

Versions: 3

Compression:

Stored size: 1.71 KB

Contents

.tile {
  padding: 15px 25px; 
  margin-bottom: 20px; 
  background-color: #222;
  color: #b0b0b0;

  > p {
    margin-bottom: $baseLineHeight / 1.5;
  }

  > ul.meta > li > label, {
    display: inline;
  }

  > h3 > a { 
    color: #dadada; 
    text-decoration: none; 
  }

  &.cartridge_type .warning {
    color: $orange;
  }
}

.label-tags {
  a.label {
    color: #666;
    background-color: transparent;
    text-decoration: none;
    margin-right: 5px;
    text-shadow: none;

    &:hover {
      color: #111;
      background-color: #eee !important;
    }
  }
}

.tile-click {
  cursor: pointer;

  &:hover {
    background-color: #151515;

    h3 {
      color: #f0f0f0;
    }
  }

  &:active {
    background-color: #333;
    color: white
  }
}

.tile-compact {
  h3 {
    display: inline-block;
    margin-right: 10px;
  }
  a.label {
    display: inline-block;
    vertical-align: middle;
    margin-top: -5px;
  }
}

.tile-dark {
  .tile {
    background: #131313;
  }

  > .tile-click {
    position: relative;
    margin-bottom: 3px;

    .tile-target {
      color:#c0c0c0;
    }

    &:hover  {
      background: #000;

      .tile-target {
        color: #f0f0f0;
      }
      i.tile-arrow {
        background-position: 0 -30px;
      }
    }

    i.tile-arrow {
      background-position: 0 0;
      position: absolute;
      overflow: hidden;
      display: block;
      height: 20px;
      width: 10px;
      right: 5px;
      top: 19px;
      width: 25px;
    }
  }
}

.section-body .tile-dark > .tile-click {
  margin-left: 5px;
  > div {
    margin-right: -5px;
  }
}

@media (max-width: 767px) {
  .section-body .row > .tile-click {
    @include expand_for_phone();

    i.tile-arrow {
      right: -15px;
    }
  }
}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
openshift-origin-console-1.3.4 app/assets/stylesheets/console/_tile.scss
openshift-origin-console-1.3.3 app/assets/stylesheets/console/_tile.scss
openshift-origin-console-1.3.2 app/assets/stylesheets/console/_tile.scss