Sha256: 9ec0b05339c2cd03d06df74ed870cbfd69cf1c43f7719bbeb6df765d292e7d3c

Contents?: true

Size: 979 Bytes

Versions: 2

Compression:

Stored size: 979 Bytes

Contents

tr.highlightable {
  cursor: pointer;
}

.alert {
  p {
    margin: 0 0 10px 0;
  }
  ul {
    margin-left: 30px;
    margin-bottom: 0px;
  }
}

.sorting-controls {
  margin-left: 2px;
}

img.spinner {
  margin-left: -25px;
}

.arrow_down {
  margin-top: 3px;
}

.arrow_up {
  margin-top: 2px;
}

dt {
  margin-top: 10px;
}

.letter-selector {
  $active: white;
  margin: 0;
  li {
    a {
      color: #BFBFBF;
      font-weight: bold;
    }
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
    display: inline-block;
    margin-right: 2px;
    padding: 2px 6px;
    &:last-child {
      margin-right: 0;
    }
    &.active {
      background-color: $active;
    }
  }
}

.translation {
  margin-bottom: 15px;
}

.nav-list {
  li {
    a {
      &.inline-language-selector {
        display: inline;
        margin: inherit;
        padding: inherit;
        &:hover {
          background: inherit;
        }
      }
    }
  }
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
iqvoc-4.0.1 app/assets/stylesheets/iqvoc/components.css.scss
iqvoc-4.0.0 app/assets/stylesheets/iqvoc/components.css.scss