Sha256: 80f905a7da4dcc8e93c13044281fb9048a66284ddb19e88cf2b391dd8be58966

Contents?: true

Size: 1.59 KB

Versions: 11

Compression:

Stored size: 1.59 KB

Contents

.table{
  margin-bottom: $base-margin;

  &--ash-bg{
    background: $ash;
  }

  &__row{
    @include grid-row;
    overflow: auto;
    padding: $base-padding/2 0;

    &--striped{
      @extend .table__row;
      border-bottom: 2px solid $stone;

      &:first-of-type{
        border-top: 2px solid $stone;
      }
    }

    &--grey-bg{
      @extend .table__row;
      background: $stone;
      padding: 0;
      margin-top: 3px;
    }
  }

  &__bg-spacing{
    padding-top: $base-padding/2;
    padding-bottom: $base-padding/2;
  }

  &__row-nested{
    @include grid-row-nest;
    @include clearfix;
  }

  &__data{
    display: block;

    &--left{
      float: left;
    }

    &--right{
      float: right;
    }

    &--center{
      @extend .table__data;
      text-align: center;
      clear: both;
    }

    &--hide-large{
      @include hide-for(large);
    }
  }

  &__header{
    @include show-for(medium);

    &--grey-bg{
      @extend .table__header;
      background: $stone;
    }
  }

  &__col-title{
    font-weight: 600;
    font-size: rem-calc(16);
    color: $slate;

    &--medium{
      font-weight: 600;
      font-size: $base-font-size;
      color: $slate;
    }

    &--small{
      font-weight: 600;
      font-size: $base-font-size*0.875;
    }
  }

  &__col-title-link{
    padding-left: $base-padding;
  }

  &__col-color{
    &--green{
      background: $brand-green;
    }
  }

  &__icon-checkmark{
    @extend .fa;
    @extend .fa-check-circle;
    @extend .green-text;
  }
}

.table-with-bg{
  margin-bottom: $base-margin;

  &__row{
    @include grid-row;
    overflow: auto;
  }
}

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
ama_layout-4.10.1 app/assets/stylesheets/ama_layout/layout_components/tables.scss
ama_layout-4.10.0 app/assets/stylesheets/ama_layout/layout_components/tables.scss
ama_layout-4.9.0 app/assets/stylesheets/ama_layout/layout_components/tables.scss
ama_layout-4.8.7 app/assets/stylesheets/ama_layout/layout_components/tables.scss
ama_layout-4.8.6 app/assets/stylesheets/ama_layout/layout_components/tables.scss
ama_layout-4.8.5 app/assets/stylesheets/ama_layout/layout_components/tables.scss
ama_layout-4.8.4 app/assets/stylesheets/ama_layout/layout_components/tables.scss
ama_layout-4.8.3 app/assets/stylesheets/ama_layout/layout_components/tables.scss
ama_layout-4.8.2 app/assets/stylesheets/ama_layout/layout_components/tables.scss
ama_layout-4.8.1 app/assets/stylesheets/ama_layout/layout_components/tables.scss
ama_layout-4.8.0 app/assets/stylesheets/ama_layout/layout_components/tables.scss