Sha256: d68f448bfb4a9fa659997040944c8c02fa629a2b257b245748b0266ea63cfdbb

Contents?: true

Size: 1.25 KB

Versions: 9

Compression:

Stored size: 1.25 KB

Contents

.comments {
  .active_admin_comment {
    .active_admin_comment_meta {
      background: none;
      width: unset;
      float: unset;
      border: none;
    }
  }

  .pagination_information {
    float: unset;
    min-width: 100%;
    color: $global-text-color;
    font-weight: bold;
    font-size: .9rem;
    padding: 0 15px;
  }

  form.active_admin_comment {
    margin-left: 0;

    .inputs {
      box-shadow: none;
    }

    textarea {
      max-width: 100%;
    }

    input[type=submit] {
      margin-bottom: 24px;
    }
  }

  .comments {
    .empty {
      position: relative;
      padding: 1.5rem;
      top: 1.25rem;
      font-weight: bold;
    }

    .active_admin_comment {
      max-width: 100%;
    }
  }
}

div.active_admin_comment {
  background: none;
  border: none;
  border-bottom: $border-style-light;
  border-radius: none;
  box-shadow: none;
}

.active_admin_comment_meta {
  padding: 30px 15px;

  a[data-method='delete'] {
    background: $bg-white;
    border: .5px solid $danger;
    border-radius: $border-radius-btn;
    color: $danger;
    font-size: 90%;
    margin-left: 0;
  
    &:hover {
      background: $danger;
      border: .5px solid $white;
      color: $text-white;
    }
  }
}

.active_admin_comment_body {
  padding: 30px 15px;
}

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
light_admin-1.1.4 app/assets/stylesheets/light_admin/components/_comments.scss
light_admin-1.1.3 app/assets/stylesheets/light_admin/components/_comments.scss
light_admin-1.1.2 app/assets/stylesheets/light_admin/components/_comments.scss
light_admin-1.1.1 app/assets/stylesheets/light_admin/components/_comments.scss
light_admin-1.1.0 app/assets/stylesheets/light_admin/components/_comments.scss
light_admin-1.0.9 app/assets/stylesheets/light_admin/components/_comments.scss
light_admin-1.0.8 app/assets/stylesheets/light_admin/components/_comments.scss
light_admin-1.0.7 app/assets/stylesheets/light_admin/components/_comments.scss
light_admin-1.0.6 app/assets/stylesheets/light_admin/components/_comments.scss