Sha256: 2574646b7b20c00329a48b484b551770941f8f0a860a63be3fd7fe1dd1a696e0

Contents?: true

Size: 728 Bytes

Versions: 54

Compression:

Stored size: 728 Bytes

Contents

@import "settings.global";

@mixin text--highlight($color: $highlight-color, $background-color: $highlight-background-color) {
  margin: 0 -$spacing-tiny;
  padding: $spacing-xsmall $spacing-xsmall $spacing-tiny;
  background-color: $background-color;
  color: $color;
}

@mixin paragraph {
  display: block;
  margin: 0;
  padding: $spacing-small 0;
}

@mixin code($color: $code-color, $background-color: $code-background-color) {
  @include text--highlight($color, $background-color);
  display: inline;
  font-family: $text-font-family-mono;
  font-weight: $text-font-weight;
}

@mixin quotation--color($border-color: $quotation-border-color) {
  border-left: $quotation-border-width $quotation-border-style $border-color;
}

Version data entries

54 entries across 54 versions & 4 rubygems

Version Path
activeadmin_blaze_theme-0.4.2 app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_components.typography.scss
activeadmin_blaze_theme-0.4.0 app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_components.typography.scss
activeadmin_blaze_theme-0.3.0 app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_components.typography.scss
activeadmin_blaze_theme-0.2.8 app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_components.typography.scss
activeadmin_blaze_theme-0.2.6 app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_components.typography.scss
activeadmin_blaze_theme-0.2.4 app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_components.typography.scss
activeadmin_blaze_theme-0.2.2 app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_components.typography.scss
activeadmin_blaze_theme-0.2.0 app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_components.typography.scss
activeadmin_blaze_theme-0.1.6 app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_components.typography.scss
activeadmin_blaze_theme-0.1.4 app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_components.typography.scss
activeadmin_blaze_theme-0.1.2 app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_components.typography.scss
activeadmin_blaze_theme-0.1.0 app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_components.typography.scss
blaze-css-rails-3.1.0.0 vendor/blaze-css/scss/mixins/_components.typography.scss
blaze-css-rails-0.0.9 vendor/blaze-css/scss/mixins/_components.typography.scss