Sha256: cd3bd828ade28797ffffe409740c017189f2237671bff1fcc8a9e4f28e4bbd0a

Contents?: true

Size: 744 Bytes

Versions: 1

Compression:

Stored size: 744 Bytes

Contents

.cell-label {
  position: relative;

  &:hover {
    a {
      color: $action-color;
    }

    svg {
      fill: $action-color;
      transform: rotate(180deg);
    }
  }

  a {
    color: inherit;
    display: inline-block;
    transition: color $base-duration $base-timing;
    width: 100%;
  }
}

.cell-label--asc,
.cell-label--desc {
  font-weight: $bold-font-weight;
}

.cell-label__sort-indicator {
  display: inline-block;
  height: 1em;
  overflow: hidden;
  position: absolute;
  right: 0;

  svg {
    fill: $hint-grey;
    height: 100%;
    transition: transform $base-duration $base-timing;
  }
}

.cell-label__sort-indicator--desc {
  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.7.0 app/assets/stylesheets/administrate/components/_cells.scss