Sha256: a1835c10c1908289d86a05b1bc372ded44befa6fcca585115bae9a295069c980

Contents?: true

Size: 1.26 KB

Versions: 3

Compression:

Stored size: 1.26 KB

Contents

.legend{
  &__header{
    background-color: $cerulean;
    color: $white;
    padding: $base-padding*0.6;
  }

  &__content-container{
    background-color: $white;
    padding: $base-padding*0.6;
  }

  &__keys{
    list-style: none;
    margin-bottom: 0;
  }

  &__key-identifier{
    @include clearfix;
    margin-top: $base-margin*0.4;
  }

  &__icon{
    height: 12px;
    width: 12px;
    float: left;
    margin-right: $base-margin*0.45;
    margin-top: $base-margin*0.2;
    border-radius: 100%;
    -webkit-border-radius: 100%;

    &--grey{
      @extend .legend__icon;
      background-color: $smoke;
    }

    &--green{
      @extend .legend__icon;
      background-color: $brand-green;
    }

    &--darkred{
      @extend .legend__icon;
      background-color: $sangria;
    }

    &--yellow{
      @extend .legend__icon;
      background-color: $canary;
    }

    &--red{
      @extend .legend__icon;
      background-color: $brand-red;
    }

    &--black{
      @extend .legend__icon;
      background-color: $black;
    }
  }

  &__icon--rect{
    height: 25px;
    width: 3.5px;
    float: left;
    border-radius: 0;
    margin-right: $base-margin*0.45;
    margin-top: 0;
  }

  &__text{
    float: left;
    font-size: $base-font-size*0.8;
    line-height: 1.3rem;
  }
}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
ama_layout-4.10.1 app/assets/stylesheets/ama_layout/layout_components/legends/legends.scss
ama_layout-4.10.0 app/assets/stylesheets/ama_layout/layout_components/legends/legends.scss
ama_layout-4.9.0 app/assets/stylesheets/ama_layout/layout_components/legends/legends.scss