Sha256: 31f091d5cd4f3e96a21b134640efd7a273baf6466c20ad9c4c138191a2c0b4bd

Contents?: true

Size: 738 Bytes

Versions: 3

Compression:

Stored size: 738 Bytes

Contents

%thredded--heading {
  font-family: $thredded-heading-font-family;
  font-size: $thredded-base-font-size;
  line-height: $thredded-heading-line-height;
  margin: 0 0 $thredded-small-spacing;
}

%thredded--link {
  color: $thredded-action-color;
  text-decoration: none;
  transition: $thredded-action-transition;

  &:active,
  &:focus,
  &:hover {
    color: $thredded-action-hover-color;
    text-decoration: none;
  }

  &:active,
  &:focus {
    outline: none;
  }
}

%thredded--hr {
  border-bottom: none;
  border-left: none;
  border-right: none;
  border-top: $thredded-base-border;
  margin: $thredded-base-spacing 0;
}

%thredded--paragraph {
  margin: 0 0 $thredded-small-spacing;
}

%thredded--icon {
  fill: currentColor;
}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
thredded-0.3.2 app/assets/stylesheets/thredded/base/_typography.scss
thredded-0.3.1 app/assets/stylesheets/thredded/base/_typography.scss
thredded-0.3.0 app/assets/stylesheets/thredded/base/_typography.scss