Sha256: 1c334b0a74050af6c2db737776686ab7269ec4c47d23dec1146f0e6f8e51c26c

Contents?: true

Size: 714 Bytes

Versions: 4

Compression:

Stored size: 714 Bytes

Contents

@import "base";

nav.navigation {
  @extend .text-white, .bg-dark;

  .button--alt {
    @extend .btn-outline-light;
  }

  .navigation__link {
    @extend .btn-outline-light;
  }
}

nav.pagination {
  @extend .border;
}

.main-content {
  @extend .bg-light;
}

.main-content__body {
  table {
    @extend .table-striped;
  }

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

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

  .js-table-row {
    .action-show {
      @extend .link-secondary;
    }

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

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

.main-content__header {
  .button {
    @extend .btn-primary;
  }
}

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
administrate-bootstrap-theme-0.1.9 app/assets/stylesheets/administrate-bootstrap-theme/theme.scss
administrate-bootstrap-theme-0.1.8 app/assets/stylesheets/administrate-bootstrap-theme/theme.scss
administrate-bootstrap-theme-0.1.6 app/assets/stylesheets/administrate-bootstrap-theme/theme.scss
administrate-bootstrap-theme-0.1.4 app/assets/stylesheets/administrate-bootstrap-theme/theme.scss