Sha256: 69f18e32c106473451680dbafc824c481073dd5e1632f1b509d8139ebe592827

Contents?: true

Size: 629 Bytes

Versions: 104

Compression:

Stored size: 629 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: $black !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

104 entries across 104 versions & 8 rubygems

Version Path
bedrock_sass-0.2.2 assets/_vendor/foundation/scss/forms/_help-text.scss
jekyll-theme-pirati-7.7.1 _sass/foundation-sites/scss/forms/_help-text.scss
jekyll-theme-pirati-7.7.0 _sass/foundation-sites/scss/forms/_help-text.scss
foundation-rails-6.6.1.0 vendor/assets/scss/forms/_help-text.scss
jekyll-theme-pirati-7.6.2 _sass/foundation-sites/scss/forms/_help-text.scss
jekyll-theme-pirati-7.6.1 _sass/foundation-sites/scss/forms/_help-text.scss
jekyll-theme-pirati-7.6.0 _sass/foundation-sites/scss/forms/_help-text.scss
jekyll-theme-pirati-7.5.0 _sass/foundation-sites/scss/forms/_help-text.scss
foundation-rails-6.5.3.0 vendor/assets/scss/forms/_help-text.scss
bedrock_sass-0.2.1 assets/_vendor/foundation/scss/forms/_help-text.scss
jekyll-theme-pirati-7.4.0 _sass/foundation-sites/scss/forms/_help-text.scss
jekyll-theme-pirati-7.3.0 _sass/foundation-sites/scss/forms/_help-text.scss
foundation-rails-6.5.1.0 vendor/assets/scss/forms/_help-text.scss
locomotivecms_wagon-2.4.1 generators/foundation/public/stylesheets/foundation6/forms/_help-text.scss
jekyll-theme-pirati-7.2.0 _sass/foundation-sites/scss/forms/_help-text.scss
bedrock_sass-0.2.0 assets/_vendor/foundation/scss/forms/_help-text.scss
locomotivecms_wagon-2.4.0 generators/foundation/public/stylesheets/foundation6/forms/_help-text.scss
jekyll-theme-pirati-7.1.1 _sass/foundation-sites/scss/forms/_help-text.scss
jekyll-theme-pirati-7.0.0 _sass/foundation-sites/scss/forms/_help-text.scss
jekyll-theme-pirati-6.9.0 _sass/foundation-sites/scss/forms/_help-text.scss