Sha256: d4117daf536e16edae8328a100477c55d6c682d91d3d95a30a0ac3aed1cff425

Contents?: true

Size: 1.18 KB

Versions: 1

Compression:

Stored size: 1.18 KB

Contents

@mixin default-index-alignment {
  max-width: 25%;
  text-align: right;
}

.__component_index {
  @include single-box-shadow(#111, 0, -0.5em, 5em, 1em, inset);
  @include default-side-padding;
  background: $hard_contrast_area asset-url('styleus/themes/base/noise_dark.png', image);
  padding-top: 2em;
  padding-bottom: 2em;

  h3 {
    @include default-index-alignment;
    font-family: 'Calluna-Regular';
    color: #bb9b1d;
    font-size: 1.2em;
    letter-spacing: 0.12em;
    font-weight: thin;
    text-transform: capitalize;
    margin-bottom: 0.5em;
    border-bottom: 1px dashed #bb9b1d;
  }

  ul {
    @include default-index-alignment;

    li {
      text-align: right;
      margin-bottom: 0.3em;

      a:link, a:visited, a:hover, a:active {
        font-family: 'Calluna-Regular';
        letter-spacing: 0.12em;
        color: #ccc;
        text-decoration: none;
        position: relative;
        top: 0; left: 0;

        &:hover:after {
          content: '';
          display: block;
          width: 9999px;
          height: 0.8em;
          position: absolute;
          right: -9999px - 5;
          top: 0;
          border-bottom: 1px dashed #bb9b1d;
        }
      }
    }
  }
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
styleus-0.0.5 app/assets/stylesheets/styleus/themes/base/components/_component_index.css.scss