Sha256: 3c7e8e5ffb786d3a193583aad901608241b7902313ff8e5ac75f4a74182eebcd

Contents?: true

Size: 644 Bytes

Versions: 4

Compression:

Stored size: 644 Bytes

Contents

.markdown-support {
  position: relative;
  display: inline-block;
  padding-left: 7px;
  color: $c-custom-highlight;
  text-decoration: underline;
  cursor: pointer;

  &:after {
    position: absolute;
    @include icon_stuff();
    @extend .icon-support:before;
    padding-left: 7px;
    text-decoration: none;
    top: 1px;
    right: -20px;
  }
}

.hint, .markdown-hint {
  // hide it so the javascript can do its thing and retain it's size
  display: inline-block;
  position: absolute;
  left: -9999px;
  visibility: hidden;

  img {
    max-width: 100%;
  }

  &.simplemodal-data {
    position: static;
    visibility: visible;
  }
}

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
fae-rails-1.2.5 app/assets/stylesheets/fae/modules/forms/_hints.scss
fae-rails-1.2.4 app/assets/stylesheets/fae/modules/forms/_hints.scss
fae-rails-1.2.3 app/assets/stylesheets/fae/modules/forms/_hints.scss
fae-rails-1.2.2 app/assets/stylesheets/fae/modules/forms/_hints.scss