Sha256: 77601f9634b8d8441f345aef8e67c8df300831cedaa64bcb7fab166914731147

Contents?: true

Size: 431 Bytes

Versions: 6

Compression:

Stored size: 431 Bytes

Contents

.tag {
  display: inline-block;
  padding: 3px 6px 3px 4px;
  margin: 1px 4px 1px 0;

  font-size: 0.8rem;
  line-height: 1.1;

  white-space: nowrap;

  border-left: 4px solid $tag-border;
  border-radius: 4px;

  color: $tag-color;
  background-color: $tag-bg;
}

a.tag {
  &:hover, &:focus {
    text-decoration: none;
    color: $tag-hover-color;
    background-color: $tag-hover-bg;
    border-color: $tag-hover-border;
  }
}

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
trestle-0.9.5 frontend/css/components/_tags.scss
trestle-0.9.4 frontend/css/components/_tags.scss
trestle-0.9.3 frontend/css/components/_tags.scss
trestle-0.9.2 frontend/css/components/_tags.scss
trestle-0.9.1 frontend/css/components/_tags.scss
trestle-0.9.0 frontend/css/components/_tags.scss