Sha256: 9c2c9a0dda462c94f36b00313dd5e02bc0776aacb557bb0ead251e5dcef06d23

Contents?: true

Size: 1.66 KB

Versions: 6

Compression:

Stored size: 1.66 KB

Contents

@import "mixins/components.typography";

.c-text {
  color: $text-color;
  font-family: $text-font-family;
  font-weight: $text-font-weight;
  line-height: $text-line-height;
}

.c-text--mono {
  font-family: $text-font-family-mono;
}

.c-text--highlight {
  @include text--highlight;
}

.c-text--quiet {
  color: $color-quiet;
}

.c-text--loud {
  font-weight: $text-font-weight-heavy;
}

.c-text--help[title] {
  border-bottom: $help-border-bottom;
  cursor: help;
}

.c-pre {
  margin: 0;
}

.c-code {
  @include code;
}

.c-code--multiline {
  display: block;
  padding: $spacing-small $spacing-medium;
  border-radius: $border-radius;
  white-space: pre;
  word-wrap: normal;
  overflow-x: auto;
}

.c-kbd {
  @include code($keyboard-color, $keyboard-background-color);
  border-bottom: $keyboard-border;
  border-radius: $keyboard-border-radius;
}

.c-blockquote {
  @include quotation--color;
  display: block;
  margin: $quotation-margin;
  padding: $quotation-padding;
  font-family: $quotation-font-family;
}

.c-blockquote--brand {
  @include quotation--color($quotation-brand-border-color);
}

.c-blockquote--info {
  @include quotation--color($quotation-info-border-color);
}

.c-blockquote--warning {
  @include quotation--color($quotation-warning-border-color);
}

.c-blockquote--success {
  @include quotation--color($quotation-success-border-color);
}

.c-blockquote--error {
  @include quotation--color($quotation-error-border-color);
}

.c-blockquote__body {
  @include paragraph;
  font-size: $quotation-font-size;
}

.c-blockquote__footer {
  @include paragraph;
  color: $quotation-footer-color;
  font-style: $quotation-footer-font-style;
}

.c-paragraph {
  @include paragraph;
}

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
activeadmin_blaze_theme-1.1.0 app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.typography.scss
activeadmin_blaze_theme-1.0.0 app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.typography.scss
activeadmin_blaze_theme-0.7.10 app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.typography.scss
activeadmin_blaze_theme-0.7.8 app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.typography.scss
activeadmin_blaze_theme-0.7.6 app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.typography.scss
activeadmin_blaze_theme-0.7.4 app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.typography.scss