Sha256: 3423ae1eadb9c2604a39c32ed80ce30cdf929f6413717c8a1b3a7073d591fcec

Contents?: true

Size: 662 Bytes

Versions: 4

Compression:

Stored size: 662 Bytes

Contents

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

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

.hint,
.markdown-hint {
  display: none;

  img {
    max-width: 100%;
  }
}

.youtube-hint {
  width: 530px;
  height: 300px;
  background-image: image-url('fae/youtube_helper.jpg');
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.markdown-hint-wrapper {
  overflow-y: scroll;
  height: 100%;
}

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
fae-rails-1.6.0 app/assets/stylesheets/fae/modules/forms/_hints.scss
fae-rails-1.5.1 app/assets/stylesheets/fae/modules/forms/_hints.scss
fae-rails-1.5.0 app/assets/stylesheets/fae/modules/forms/_hints.scss
fae-rails-1.4.0 app/assets/stylesheets/fae/modules/forms/_hints.scss