Sha256: 1d3b7bf13d4b62bce1663fd35244d70bf25d473731d04fedb5c9d024294eec8d

Contents?: true

Size: 1002 Bytes

Versions: 2

Compression:

Stored size: 1002 Bytes

Contents

$anchor-color: $main-color;

.contentText a,
.overview_mobile .credits a,
.navigation_credits_box a  {
  color: white;
  text-decoration: none;
  pointer-events: all;
  position: relative;
  margin-left: 21px;
  margin-right: 6px;

  &:hover {
    text-decoration: underline;
  }

  @include phone {
    margin-left: 15px;
    margin-right: 5px;
  }

  @include fa-caret-right-icon;

  &:before {
    top: 7px;
    width: 10px;
    height: 12px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;

    @include phone {
    }
  }
}

.invert .contentText a {
  color: black;
  &:before {
    background-image: image-url('pageflow/anchor_black.png');
  }
}

.overview_mobile .credits a,
.navigation_credits_box a {
  color: $anchor_color;
  text-decoration: none;

  &:before {
    background-image: image-url('pageflow/themes/#{$theme-name}/anchor_main_color.png');
    top: 4px;
  }

  &:hover {
    text-decoration: underline;
    color: $anchor-color;
  }
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
pageflow-0.2.1 app/assets/stylesheets/pageflow/themes/default/anchors.css.scss
pageflow-0.2.0 app/assets/stylesheets/pageflow/themes/default/anchors.css.scss