Sha256: 0b0866398430f6e27bceb981d8b8ac732e00067e9d6f776b7376298f2c761be7

Contents?: true

Size: 899 Bytes

Versions: 1

Compression:

Stored size: 899 Bytes

Contents

.cell-label,
.attribute-label {
  color: $hint-grey;
  font-size: $small-font-size;
  font-weight: $normal-font-weight;
  letter-spacing: 0.0357em;
  position: relative;
  text-transform: uppercase;

  a {
    @include fill-parent;
    color: inherit;
    display: inline-block;
    transition: $base-transition;
  }

  &--asc,
  &--desc {
    font-weight: bold;
  }

  &__sort-indicator {
    display: inline-block;
    height: 1em;
    overflow: hidden;
    position: absolute;
    right: 0;

    &--desc {
      transform: rotate(180deg);
    }

    svg {
      height: 100%;
      transition: $base-transition;
    }

    path {
      fill: $hint-grey;
    }
  }

  &:hover {
    a {
      color: $base-accent-color;
    }

    path {
      fill: $base-accent-color;
    }

    svg {
      transform: rotate(180deg);
    }
  }
}

.cell-data--number,
.cell-label--number {
  text-align: right;
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
administrate-0.0.12 app/assets/stylesheets/administrate/components/_cells.scss