Sha256: df02feb21ec6112fde087782c5d120079e2f11dff6e6623a44a1d44feed589f8

Contents?: true

Size: 1.26 KB

Versions: 6

Compression:

Stored size: 1.26 KB

Contents

.translation-edit-form {
  .translation-complete {
    svg { fill: $translation-available-color }
  }

  .browse-category-title {
    margin-bottom: $spacer;

    label {
      font-weight: normal;
    }
  }

  .browse-category-description {
    margin-bottom: $spacer * 2;
  }

  .table.table-striped th {
    border-top: 0;
  }
}

.translation-subheading {
  border-bottom: 1px solid $border-color;
  margin-bottom: 20px;
  @extend .mt-4;
}

.form-group.translation-form {
  .col-form-label {
    padding-top: $card-spacer-y + $spacer;
  }

  .translation-complete {
    padding-top: $card-spacer-y + $spacer;
  }
}

.translation-description-toggle {
  margin: 0;
  padding: 0;

  &.collapsed {
    .caret {
      transform: rotate(-90deg);
    }
  }

  label { cursor: pointer; }
}

.panel-translation {
  background-color: $translation-panel-bg;
  padding-bottom: 0;

  .form-text {
    color: $translation-help-color;
    padding-left: 12px;
  }
}

.default-page-outdated {
  font-weight: 700;
}

.new-translated-page {
  font-style: italic;
}

.browse-translations-header {
  border-bottom: 1px solid $border-color;
  color: $gray-600;
  display: block;
  font-size: $h4-font-size;
  font-weight: bold;
  margin-bottom: $spacer * 2;
  margin-top: $spacer;
  padding-bottom: 3px;
}

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
blacklight-spotlight-3.0.0.alpha.9 app/assets/stylesheets/spotlight/_translations.scss
blacklight-spotlight-3.0.0.alpha.8 app/assets/stylesheets/spotlight/_translations.scss
blacklight-spotlight-3.0.0.alpha.7 app/assets/stylesheets/spotlight/_translations.scss
blacklight-spotlight-3.0.0.alpha.6 app/assets/stylesheets/spotlight/_translations.scss
blacklight-spotlight-3.0.0.alpha.5 app/assets/stylesheets/spotlight/_translations.scss
blacklight-spotlight-3.0.0.alpha.4 app/assets/stylesheets/spotlight/_translations.scss