Sha256: 5c9e2c598ede60ea26e48afd4dab51515136fa1fd49cec9c54429fd41ed07464

Contents?: true

Size: 784 Bytes

Versions: 1

Compression:

Stored size: 784 Bytes

Contents

.tag-list {
  width: 100%;
  font-size: 0.9em;
  padding-bottom: $padding-x-small;

  div.meta {
    margin-right: 0.5em;
  }

  a.button {
    margin: 0.1em;
    padding: 0.2em 0.4em;
  }

  p {
    margin: 0;
    padding: 0 0.2em 0 0;
  }
}

.tag-anchor {
  margin-bottom: $padding-x-small;

  a {
    color: $link-color;

    &:hover {
      text-decoration: none;
    }
  }
}

.tag-posts {
  display: inline-block;
  width: 100%;

  .tag-title {
    margin-top: 0;
    margin-bottom: 0;

    a {
      margin-left: $padding-x-small;
    }

    .post-info {
      float: right;
    }
  }

  .meta {
    display: inline;
    float: right;
    font-size: 0.7em;
    line-height: normal;
  }
}

@media screen and (max-width: $sm-break) {
  .tag-posts .meta {
    display: none;
  }
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
type-on-strap-2.3.3 _sass/layouts/_tags.scss