Sha256: a7dc73c79b1c89c0af19c7691002ea535a33922aa3ca6ade60bb9e38592ba570

Contents?: true

Size: 660 Bytes

Versions: 6

Compression:

Stored size: 660 Bytes

Contents

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

  &:after {
    @include icon-stuff;
    content: fae-icon(support);
    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

6 entries across 6 versions & 2 rubygems

Version Path
fae-rails-2.2.0 app/assets/stylesheets/fae/modules/forms/_hints.scss
fae-rails-2.1.0 app/assets/stylesheets/fae/modules/forms/_hints.scss
fae-railsz-2.1.0 app/assets/stylesheets/fae/modules/forms/_hints.scss
fae-rails-2.0.0 app/assets/stylesheets/fae/modules/forms/_hints.scss
fae-rails-1.7.1 app/assets/stylesheets/fae/modules/forms/_hints.scss
fae-rails-1.7.0 app/assets/stylesheets/fae/modules/forms/_hints.scss