Sha256: a443177421ffdd624887d1be8b794508ae4b885753939fe1872b30e8a596630b

Contents?: true

Size: 910 Bytes

Versions: 10

Compression:

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

%thredded--blockquote {
  margin: 0 0 0.75rem;
  border-left: solid 5px $thredded-blockquote-border-color;
  padding: 1rem;

  p:last-of-type {
    margin-bottom: 0;
  }
}

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
thredded-0.8.4 app/assets/stylesheets/thredded/base/_typography.scss
thredded-0.8.2 app/assets/stylesheets/thredded/base/_typography.scss
thredded-0.7.0 app/assets/stylesheets/thredded/base/_typography.scss
thredded-0.6.3 app/assets/stylesheets/thredded/base/_typography.scss
thredded-0.6.2 app/assets/stylesheets/thredded/base/_typography.scss
thredded-0.6.1 app/assets/stylesheets/thredded/base/_typography.scss
thredded-0.6.0 app/assets/stylesheets/thredded/base/_typography.scss
thredded-0.5.1 app/assets/stylesheets/thredded/base/_typography.scss
thredded-0.5.0 app/assets/stylesheets/thredded/base/_typography.scss
thredded-0.4.0 app/assets/stylesheets/thredded/base/_typography.scss