Sha256: 2158862f0612c91a7bfe22d8597fc13857a264126bfe7ebfbf25e2ff0c9d0415

Contents?: true

Size: 1.03 KB

Versions: 17

Compression:

Stored size: 1.03 KB

Contents

// ==========
// TOOLTIPS
// ==========
$STYLEGUIDE_TOOLTIPS_ID: tooltip !default;
$STYLEGUIDE_TOOLTIPS: () !default;

@if not styleguide-component-exists($STYLEGUIDE_TOOLTIPS_ID, $CONFIG_THEME) {
$a-blackhole: styleguide-add-component($STYLEGUIDE_TOOLTIPS_ID, $STYLEGUIDE_TOOLTIPS, (
  (default, (
    color               nth-cyclic($CONFIG_COLOR_COPY, 2),
    border-radius       $CONFIG_DIM_TOOLTIP_RADIUS,
    background          nth($CONFIG_TEXTURE_BRISTOL, 1),
    border-color        nth($CONFIG_COLOR_BORDER_TOOLTIP, 1),
    border-style        solid,
    border-width        $CONFIG_DIM_GENERIC_BORDER,
    box-shadow          $CONFIG_SHADOW_TOOLTIP,
    max-width           $CONFIG_DIM_TOOLTIP_MAX_WIDTH,
    padding             $CONFIG_DIM_TOOLTIP_SPACING,
    // structure
    outline             0,  // for accessibility purposes, we don't want to outline the tooltip if it has focus
    display             block,
    position            absolute,
    visibility          visible,
    z-index             1
  )),
  nil
), $CONFIG_THEME);
}

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
archetype-0.0.1.pre.13 stylesheets/archetype/styleguide/components/_tooltips.scss
archetype-0.0.1.pre.12 stylesheets/archetype/styleguide/components/_tooltips.scss
archetype-0.0.1.pre.11 stylesheets/archetype/styleguide/components/_tooltips.scss
archetype-0.0.1.pre.10 stylesheets/archetype/styleguide/components/_tooltips.scss
archetype-0.0.1.pre.9 stylesheets/archetype/styleguide/components/_tooltips.scss
archetype-0.0.1.pre.8 stylesheets/archetype/styleguide/components/_tooltips.scss
archetype-0.0.1.pre.7 stylesheets/archetype/styleguide/components/_tooltips.scss
archetype-0.0.1.pre.6 stylesheets/archetype/styleguide/components/_tooltips.scss
archetype-0.0.1.pre.5 stylesheets/archetype/styleguide/components/_tooltips.scss
archetype-0.0.1.pre.4 stylesheets/archetype/styleguide/components/_tooltips.scss
archetype-0.0.1.pre.3.90263a7 stylesheets/archetype/styleguide/components/_tooltips.scss
archetype-0.0.1.pre.3.6ed259b stylesheets/archetype/styleguide/components/_tooltips.scss
archetype-0.0.1.pre.3.f9dde24 stylesheets/archetype/styleguide/components/_tooltips.scss
archetype-0.0.1.pre.3.00dfd9a stylesheets/archetype/styleguide/components/_tooltips.scss
archetype-0.0.1.pre.3.83f0d7a stylesheets/archetype/styleguide/components/_tooltips.scss
archetype-0.0.1.pre.3.55c4182 stylesheets/archetype/styleguide/components/_tooltips.scss
archetype-0.0.1.pre.3.811928f stylesheets/archetype/styleguide/components/_tooltips.scss