Sha256: e348231f680dd1b2a36a0693551c2dce77f19013da285bc6c262745524f26cc1

Contents?: true

Size: 1.18 KB

Versions: 2

Compression:

Stored size: 1.18 KB

Contents

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

  table {
    @extend .table-striped;
  }

  > dl {
    @extend .row;

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

      min-height: 32px;
    }

    dd {
      @extend .col-10;
    }
  }

  a {
    text-decoration: none;
  }

  table {
    @extend .table;
  }

  .attribute-data > table {
    @extend .table-bordered;
  }

  .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);
  }

  .form-actions > input {
    @extend .btn-primary;
  }

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

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

    .action-show {
      @extend .link-secondary;
    }

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

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

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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
administrate-bootstrap-theme-1.0.1 app/assets/stylesheets/administrate-bootstrap-theme/components/_content_body.scss
administrate-bootstrap-theme-1.0.0 app/assets/stylesheets/administrate-bootstrap-theme/components/_content_body.scss