Sha256: c79825522bdf389f5306ddee1a228b95127c7f8728d564fcd58b2eca92a3e78e

Contents?: true

Size: 627 Bytes

Versions: 13

Compression:

Stored size: 627 Bytes

Contents

// Foundation for Sites by ZURB
// foundation.zurb.com
// Licensed under MIT Open Source

////
/// @group forms
////

/// Default color for help text.
/// @type Color
$helptext-color: #333 !default;

/// Default font size for help text.
/// @type Number
$helptext-font-size: rem-calc(13) !default;

/// Default font style for help text.
/// @type Keyword
$helptext-font-style: italic !default;

@mixin foundation-form-helptext {
  .help-text {
    $margin-top: ($form-spacing * 0.5) * -1;

    margin-top: $margin-top;
    font-size: $helptext-font-size;
    font-style: $helptext-font-style;
    color: $helptext-color;
  }
}

Version data entries

13 entries across 13 versions & 2 rubygems

Version Path
locomotivecms_wagon-2.4.0.rc2 generators/foundation/public/stylesheets/foundation6/forms/_help-text.scss
locomotivecms_wagon-2.4.0.rc1 generators/foundation/public/stylesheets/foundation6/forms/_help-text.scss
locomotivecms_wagon-2.3.0 generators/foundation/public/stylesheets/foundation6/forms/_help-text.scss
locomotivecms_wagon-2.3.0.rc1 generators/foundation/public/stylesheets/foundation6/forms/_help-text.scss
locomotivecms_wagon-2.2.0 generators/foundation/public/stylesheets/foundation6/forms/_help-text.scss
locomotivecms_wagon-2.2.0.rc3 generators/foundation/public/stylesheets/foundation6/forms/_help-text.scss
locomotivecms_wagon-2.2.0.rc2 generators/foundation/public/stylesheets/foundation6/forms/_help-text.scss
locomotivecms_wagon-2.2.0.rc1 generators/foundation/public/stylesheets/foundation6/forms/_help-text.scss
foundation-rails-6.1.2.0 vendor/assets/scss/forms/_help-text.scss
foundation-rails-6.1.1.3 vendor/assets/scss/forms/_help-text.scss
foundation-rails-6.1.1.2 vendor/assets/scss/forms/_help-text.scss
foundation-rails-6.1.1.1 vendor/assets/scss/forms/_help-text.scss
foundation-rails-6.1.1.0 vendor/assets/scss/forms/_help-text.scss