Sha256: 93627558b95737dd3e3e776cae1b850f251b34ac3c245868b3ec88ea08ea6ba1

Contents?: true

Size: 1.19 KB

Versions: 6

Compression:

Stored size: 1.19 KB

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;
  }
}

%thredded--embed-16-by-9 {
  display: block;
  position: relative;
  // 16 by 9
  padding-bottom: 56.25%;
  // Account for the video player chrome
  padding-top: 35px;
  height: 0;
  overflow: hidden;
  > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
thredded-0.10.1 app/assets/stylesheets/thredded/base/_typography.scss
thredded-0.10.0 app/assets/stylesheets/thredded/base/_typography.scss
thredded-0.9.4 app/assets/stylesheets/thredded/base/_typography.scss
thredded-0.9.3 app/assets/stylesheets/thredded/base/_typography.scss
thredded-0.9.2 app/assets/stylesheets/thredded/base/_typography.scss
thredded-0.9.1 app/assets/stylesheets/thredded/base/_typography.scss