Sha256: 335c56f304fe48fca928c9937e50eec50ad376330f7587f38a695294e07fbe29

Contents?: true

Size: 1.09 KB

Versions: 1

Compression:

Stored size: 1.09 KB

Contents

.m-tags {
  & > ul {
    @include horizontal-space();
    & > li > button {
      box-sizing: border-box;
      @include link-colors($text-color-1, $main-color-1, $text-color-2, $main-color-2, $text-color-2, $main-color-2, $text-color-2, $main-color-2);
      @include link-focus {
        @include box-shadow(3, $main-color-2);
      }
      &.all {
        @include link-colors($text-color-3, $main-color-3, $text-color-2, $main-color-2, $text-color-2, $main-color-2, $text-color-2, $main-color-2);
      }
      & > .tag-count {
        font-size: map-get($base, font-size-tiny);
        display: inline-block;
        line-height: 1;
        margin-left: .2rem;
        vertical-align: top;
      }
    }
  }
  .tag-1 {
    @include link-normal() {
      background-color: rgba($main-color-1, .4);
    }
  }
  .tag-2 {
    @include link-normal() {
      background-color: rgba($main-color-1, .55);
    }
  }
  .tag-3 {
    @include link-normal() {
      background-color: rgba($main-color-1, .7);
    }
  }
  .tag-4 {
    @include link-normal() {
      background-color: rgba($main-color-1, .9);
    }
  }
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
jekyll-text-theme-1.5.0 _sass/components/_tags.scss