Sha256: 6b14764431d8b3d6b4caa5a0ab559c91d0962db15e40327da7f004b753b3d8db

Contents?: true

Size: 858 Bytes

Versions: 2

Compression:

Stored size: 858 Bytes

Contents

body.active_admin.show {
  .active_admin_comment {
    margin-top: 1rem;
  }

  #main_content {
    @extend .card;

    .attributes_table {
      tr >th {
        width: 30rem;
      }

      td, th {
        padding: 0.5rem;
      }
    }

    .comments {
      h4 {
        font-size: 1.6rem;
        margin: 0;
      }

      [data-method="delete"] {
        color: color('materialize-red', 'base');
      }

      .active_admin_comment {
        font-size: 1.4rem;
      }

      .active_admin_comment_meta >a {
        float: right;
        padding: 0 1rem;
      }

      .active_admin_comment_meta >span {
        float: right;
      }

      .pagination_information {
        margin-top: 1.5rem;
      }
    }

    >.comments, >.panel {
      @extend .card-content;
    }

    h3 {
      font-size: 2rem;
      margin: 0.5rem 0 1.5rem 0;
    }
  }
}

Version data entries

2 entries across 2 versions & 1 rubygems

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