Sha256: 8d0a534ab09fd890d5f111c773ca040433e72f4687a400fb0fc8155129c7995b

Contents?: true

Size: 833 Bytes

Versions: 30

Compression:

Stored size: 833 Bytes

Contents

@mixin copy-face {
  font-family: "Open Sans", helvetica, arial, sans-serif;
  font-weight: 400;
}

@mixin title-face {
  font-family: "jaf-bernino-sans-condensed", arial, "helvetica neue", helvetica, sans-serif;
  font-weight: 700;
}

@mixin title-face-highlight {
  font-family: "jaf-bernino-sans-condensed", arial, "helvetica neue", helvetica, sans-serif;
  font-weight: 400;
  color: $heading-highlight-color;
}

@mixin reversed-text-smoothing {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@mixin no-text-smoothing {
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
}

@mixin text-highlighted {
	background-color: transparent;
}

@mixin callout-primary-link {
	@include title-face;
	color: $text-color;
}

@mixin callout-secondary-link {
	color: $link-color;
}

Version data entries

30 entries across 30 versions & 1 rubygems

Version Path
trusty-festivity-extension-2.5.3 app/assets/stylesheets/skins/pghkids/library/_general-mixins.scss
trusty-festivity-extension-2.5.2 app/assets/stylesheets/skins/pghkids/library/_general-mixins.scss
trusty-festivity-extension-2.5.1 app/assets/stylesheets/skins/pghkids/library/_general-mixins.scss
trusty-festivity-extension-2.5.0 app/assets/stylesheets/skins/pghkids/library/_general-mixins.scss
trusty-festivity-extension-2.4.6 app/assets/stylesheets/skins/pghkids/library/_general-mixins.scss
trusty-festivity-extension-2.4.5 app/assets/stylesheets/skins/pghkids/library/_general-mixins.scss
trusty-festivity-extension-2.4.4 app/assets/stylesheets/skins/pghkids/library/_general-mixins.scss
trusty-festivity-extension-2.4.3 app/assets/stylesheets/skins/pghkids/library/_general-mixins.scss
trusty-festivity-extension-2.4.2 app/assets/stylesheets/skins/pghkids/library/_general-mixins.scss
trusty-festivity-extension-2.4.1 app/assets/stylesheets/skins/pghkids/library/_general-mixins.scss