Sha256: 9930314a75ceedab55ff99a7995815add0cbcc9400a25d4d617e60550c5ea411

Contents?: true

Size: 1.64 KB

Versions: 45

Compression:

Stored size: 1.64 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;
  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

45 entries across 45 versions & 3 rubygems

Version Path
activeadmin_blaze_theme-0.5.16 app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.typography.scss
activeadmin_blaze_theme-0.5.14 app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.typography.scss
iatelier-0.5.2 src/sass/blaze/components.typography.scss
iatelier-0.5.1 src/sass/blaze/components.typography.scss
iatelier-0.5.0 src/sass/blaze/components.typography.scss
iatelier-0.4.4 src/sass/blaze/components.typography.scss
iatelier-0.4.3 src/sass/blaze/components.typography.scss
iatelier-0.4.2 src/sass/blaze/components.typography.scss
iatelier-0.4.1 src/sass/blaze/components.typography.scss
iatelier-0.4.0 src/sass/blaze/components.typography.scss
iatelier-0.3.2 src/sass/blaze/components.typography.scss
iatelier-0.3.1 src/sass/blaze/components.typography.scss
iatelier-0.3.0 src/sass/blaze/components.typography.scss
iatelier-0.1.8 lib/iatelier/assets/sass/blaze/components.typography.scss
iatelier-0.1.7 lib/iatelier/assets/sass/blaze/components.typography.scss
iatelier-0.1.5 lib/iatelier/assets/sass/blaze/components.typography.scss
iatelier-0.1.4 lib/iatelier/assets/sass/blaze/components.typography.scss
iatelier-0.1.3 lib/iatelier/assets/sass/blaze/components.typography.scss
activeadmin_blaze_theme-0.5.12 app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.typography.scss
activeadmin_blaze_theme-0.5.10 app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.typography.scss