Sha256: ce5f6b464efdc957466379058bcf3601158c6a4631b4fe6367c186dd3ab3f946

Contents?: true

Size: 1.23 KB

Versions: 1

Compression:

Stored size: 1.23 KB

Contents

body.active_admin.index {
  .index_as_table {
    >table {
      @extend .responsive-table, .striped;

      font-size: 1.3rem;

      th {
        white-space: nowrap;
      }

      .col {
        float: none !important;
      }
    }

    thead >tr {
      border-bottom: 1px solid #aaa;
    }

    th, td {
      padding-bottom: 0.3rem !important;
      padding-top: 0.3rem !important;
    }
  }

  .paginated_collection {
    @extend .row;

    margin-bottom: 0;
  }

  .table_actions > a {
    padding: 0 0.5rem;
  }

  .table_tools {
    @extend .row;

    >.batch_actions_selector {
      @extend .col, .s12;
    }
  }

  #collection_selection {
    @extend .card-content;
  }

  #index_footer {
    @extend .col, .s12;

    margin-top: 1rem;

    .download_links {
      display: inline-block;
      float: right;
    }

    .pagination_information {
      display: inline-block;
    }
  }

  #main_content {
    @extend .card;
  }

  #sidebar {
    @extend .col, .s3;

    padding-left: 0 !important;
  }

  &.admin_comments {
    .paginated_collection {
      padding: 0 1.5rem 1.5rem 1.5rem;
    }

    .table_tools {
      padding: 0.5rem 1.5rem 0 1.5rem;
      margin-bottom: 0;
    }

    .scopes li {
      display: inline-block;
    }
  }
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
activeadmin_materialize_theme-0.1.4 app/assets/stylesheets/activeadmin_materialize_theme/components/layout_index.scss