Sha256: f97a6b693e328e768c7bf31b6214d78401e5eddeae2fb3d82871aab9cfc37b0d

Contents?: true

Size: 914 Bytes

Versions: 4

Compression:

Stored size: 914 Bytes

Contents

.main-content__body {
  @extend .container-fluid, .mb-3;

  > dl {
    @extend .row;

    dt {
      @extend .col-2, .text-end;

      min-height: 32px;
    }

    dd {
      @extend .col-10;
    }
  }

  a {
    text-decoration: none;
  }

  table {
    @extend .table;
  }

  .attribute--nested {
    > div {
      display: flex;
    }

    legend {
      @extend .fs-5, .border-bottom;
    }

    .attribute-data {
      @extend .ps-4;
    }
  }

  .cell-label__sort-indicator > svg {
    height: 20px;
    width: 20px;
  }

  .cell-label__sort-indicator--desc > svg {
    transform: rotate(180deg);
  }

  .js-table-row {
    > td {
      padding: 0.25rem 0.25rem;
      text-align: center;

      &.cell-data {
        padding: 0.5rem 0.5rem;
        text-align: left;
      }
    }

    .action-edit {
      @extend .btn, .btn-sm;
    }

    [data-method="delete"] {
      @extend .btn, .btn-sm;
    }
  }
}

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
administrate-bootstrap-theme-0.2.2 app/assets/stylesheets/administrate-bootstrap-theme/components/_content_body.scss
administrate-bootstrap-theme-0.2.0 app/assets/stylesheets/administrate-bootstrap-theme/components/_content_body.scss
administrate-bootstrap-theme-0.1.9 app/assets/stylesheets/administrate-bootstrap-theme/components/_content_body.scss
administrate-bootstrap-theme-0.1.8 app/assets/stylesheets/administrate-bootstrap-theme/components/_content_body.scss